SSH Factory

com.jscape.inet.ssh
Class SshTaskStartEvent

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

public class SshTaskStartEvent
extends java.util.EventObject

Fired when a SshTask is started

See Also:
SshTask, Serialized Form

Constructor Summary
SshTaskStartEvent(java.lang.Object source, SshTask task)
          Creates a new instance of SshTaskStartEvent
 
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

SshTaskStartEvent

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

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

getTask

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

Returns:
a SshTask

SSH Factory

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