Secure iNet Factory

com.jscape.inet.ssh
Class SshTaskEndEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.jscape.inet.ssh.SshTaskEndEvent
All Implemented Interfaces:
java.io.Serializable

public class SshTaskEndEvent
extends java.util.EventObject

Fired when a SshTask has completed

See Also:
SshTask, Serialized Form

Constructor Summary
SshTaskEndEvent(java.lang.Object source, SshTask task)
          Creates a new instance of SshTaskEndEvent
 
Method Summary
 SshTask getTask()
          Gets the SshTask that has started.
 
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

SshTaskEndEvent

public SshTaskEndEvent(java.lang.Object source,
                       SshTask task)
Creates a new instance of SshTaskEndEvent

Parameters:
source - the source of the event
task - the SshTask that has completed
See Also:
SshTask
Method Detail

getTask

public SshTask getTask()
Gets the SshTask that has started.

Returns:
a SshTask

Secure iNet Factory

Copyright © JSCAPE LLC. 1999-2011. All Rights Reserved