|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--simulator.ClientCommand | +--simulator.ExitClientCommand
Implements the client command that exit from simulator closing the connection
Fields inherited from class simulator.ClientCommand |
command,
description,
name |
Constructor Summary | |
ExitClientCommand()
Initialize object for EXIT command |
Method Summary | |
boolean |
runCommand(java.util.StringTokenizer ST,
Connection connection)
Comunicate that we want to exit |
Methods inherited from class simulator.ClientCommand |
getDescription,
getName,
getText |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public ExitClientCommand()
Method Detail |
public boolean runCommand(java.util.StringTokenizer ST, Connection connection)
ST
- never used for exit commandconnection
- a copy of Connection
istance to permit
you to use it's variables
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |