Public Member Functions | |
| void | receivedAction (R3Action action) |
| Invoke the action object that was received over the wire. | |
| void | receivedActionText (String line) |
This software is distributed under the BSD License.
Definition at line 21 of file ActionHandler.java.
| void receivedAction | ( | R3Action | action | ) |
Invoke the action object that was received over the wire.
| action | sent from a remote machine (or possibly from the localhost) |
Definition at line 29 of file ActionHandler.java.
References R3Action.invoke().
| void receivedActionText | ( | String | line | ) |
| line | a line of text sent over the wire. We just print it out. This is useful for debugging the Action Sender/Receiver architecture. |
Definition at line 38 of file ActionHandler.java.
1.4.7