Package | Description |
---|---|
ej.rcommand | |
ej.rcommand.impl |
Modifier and Type | Method and Description |
---|---|
void |
RemoteCommandManager.startReading(RemoteConnection connection,
RemoteConnectionListener listener)
Deprecated.
use
instead |
void |
RemoteCommandManager.startReading(RemoteConnection connection,
java.lang.String connectionName,
RemoteConnectionListener listener)
Starts to read and execute the commands from the given
CommandReader . |
Modifier and Type | Method and Description |
---|---|
void |
DefaultRemoteCommandManager.startReading(RemoteConnection connection,
RemoteConnectionListener listener)
Can be called once.
|
void |
DefaultRemoteCommandManager.startReading(RemoteConnection connection,
java.lang.String connectionName,
RemoteConnectionListener listener)
Can be called once.
|