Package com.github.fungal.impl.remote
Class CommunicatorImpl
java.lang.Object
com.github.fungal.impl.remote.CommunicatorImpl
- All Implemented Interfaces:
Communicator
The Communicator bean implementation
- Author:
- Jesper Pedersen
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidregisterCommand(Command command) Register commandvoidunregisterCommand(Command command) Unregister command
-
Constructor Details
-
CommunicatorImpl
Constructor- Parameters:
cs- The communication server
-
-
Method Details
-
registerCommand
Register command- Specified by:
registerCommandin interfaceCommunicator- Parameters:
command- The command
-
unregisterCommand
Unregister command- Specified by:
unregisterCommandin interfaceCommunicator- Parameters:
command- The command
-