public interface CommandCasting extends ReplyDeliverer
This interface should act as a common functionality for describing command clients.
| Modifier and Type | Method and Description |
|---|---|
void |
castCommand(CommandEvent ce)
The interface to the command casting routine.
|
Class |
handle()
Returns the sub-type of commands this caster can handle.
|
announceInterest, registerReplySubscribervoid castCommand(CommandEvent ce)
Class handle()