|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--net.larsan.urd.cmd.ServerProxy
This is a formatting proxy for the CmdServer. It takes CmdEvents
and forwards the event as a method call to the UrdServer. It also
handles output formatting.
CmdEvent| Constructor Summary | |
ServerProxy(UrdServer server)
|
|
| Method Summary | |
void |
receiveCmdEvent(CmdEvent event)
Receive events from the command line |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ServerProxy(UrdServer server)
| Method Detail |
public void receiveCmdEvent(CmdEvent event)
receiveCmdEvent in interface CmdEventListenerevent - Command event, not null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||