Package ej.rcommand
Interface RemoteService
-
- All Superinterfaces:
RemoteCommandListener
- All Known Implementing Classes:
AbstractRemoteService
public interface RemoteService extends RemoteCommandListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinitialize(CommandSenderProvider commandSenderProvider)Initializes the remote service with the object that provides the command senders.voidstart()voidstop()-
Methods inherited from interface ej.rcommand.RemoteCommandListener
commandReceived, getManagedCommands
-
-
-
-
Method Detail
-
initialize
void initialize(CommandSenderProvider commandSenderProvider)
Initializes the remote service with the object that provides the command senders.
-
start
void start()
-
stop
void stop()
-
-