Interface InstructionHandler
- All Known Implementing Classes:
DefaultAnswerHandler,FactsHandler,JokeHandler,StatisticHandler
public interface InstructionHandler
Interface for all Handlers of AnswerTypes
- Since:
- 17.07.2021
- Author:
- Marc
-
Method Summary
-
Method Details
-
handle
Handles the Response for the answer- Parameters:
answer- the Answer which is being used- Returns:
- the Response for the Server
- Since:
- 17.07.2021
-