|
SSH Factory | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.util.EventObject
com.jscape.inet.telnet.TelnetCommandEvent
Fired by Telnet client instance when Telnet server has sent command.
| Constructor Summary | |
TelnetCommandEvent(java.lang.Object source,
int commandCode)
Creates a new TelnetCommandEvent object. |
|
| Method Summary | |
int |
getCommandCode()
Returns command sent by Telnet server. |
| Methods inherited from class java.util.EventObject |
getSource, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public TelnetCommandEvent(java.lang.Object source,
int commandCode)
source - the source of this eventcommandCode - the command received| Method Detail |
public int getCommandCode()
|
SSH Factory | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||