Public Member Functions | |
| ActionSender (String serverNameOrIPAddr, int port, ClientServerType type) | |
| synchronized void | disconnect () |
| Stop talking to the remote server. | |
| void | invokeRemoteAction (R3Action action) |
| Invokes the action as soon as possible on a remote device. | |
This software is distributed under the BSD License.
Definition at line 24 of file ActionSender.java.
| ActionSender | ( | String | serverNameOrIPAddr, | |
| int | port, | |||
| ClientServerType | type | |||
| ) |
| void invokeRemoteAction | ( | R3Action | action | ) |
Invokes the action as soon as possible on a remote device.
| action |
Definition at line 77 of file ActionSender.java.
References ActionMessenger.sendAction().
Referenced by Device.invokeAction().
1.4.7