public interface CommandHandler
Modifier and Type | Method and Description |
---|---|
void |
handleCommand(Command command,
Session session)
Handle the specified command for the session.
|
void handleCommand(Command command, Session session) throws Exception
command
- - the Command to be handledsession
- - the session on which the Command was submittedException
- - if an error occursCopyright © 2016. All rights reserved.