SSH Factory

com.jscape.inet.ssh
Class SshDataReceivedEvent

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

public class SshDataReceivedEvent
extends java.util.EventObject

Fired by Ssh instance when SSH server sends data to client.

Version:
1.0
Author:
vglass
See Also:
Serialized Form

Constructor Summary
SshDataReceivedEvent(java.lang.Object source, java.lang.String data)
          Creates a new SshDataReceivedEvent instance.
 
Method Summary
 java.lang.String getData()
          Gets data received from the Ssh 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

SshDataReceivedEvent

public SshDataReceivedEvent(java.lang.Object source,
                            java.lang.String data)
Creates a new SshDataReceivedEvent instance.

Parameters:
source - the source of the event
data - the data received from the Ssh server
Method Detail

getData

public java.lang.String getData()
Gets data received from the Ssh server.

Returns:
the data received

SSH Factory

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