|
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.ssh.SshTaskTimeoutEvent
Fired when a SshTask has exceeded the defined timeout
SshTask,
Serialized Form| Constructor Summary | |
SshTaskTimeoutEvent(java.lang.Object source,
SshTask task)
Creates a new instance of SshTaskTimeoutEvent |
|
| Method Summary | |
SshTask |
getTask()
Gets the SshTask that has timed out. |
| 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 SshTaskTimeoutEvent(java.lang.Object source,
SshTask task)
source - the source of the eventtask - the SshTask that has completedSshTask| Method Detail |
public SshTask getTask()
SshTask
|
SSH Factory | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||