Interface MessageCommandHandler
- All Known Implementing Classes:
MessageCommandHandlerImpl
public interface MessageCommandHandler
A MessageCommandHandler is able to handle or process
MessageCommand
s.- Author:
- Heiko Scherrer
-
Method Summary
-
Method Details
-
handle
Process aMessageCommand
.- Parameters:
command
- The command to process
-