Secure iNet Factory

com.jscape.inet.sftp.events
Class SftpEvent

java.lang.Object
  extended by com.jscape.inet.sftp.events.SftpEvent
Direct Known Subclasses:
SftpChangeDirEvent, SftpConnectedEvent, SftpCreateDirEvent, SftpDeleteDirEvent, SftpDeleteFileEvent, SftpDisconnectedEvent, SftpListingEvent, SftpProgressEvent, SftpRenameFileEvent, SftpTransferCompleteEvent

public abstract class SftpEvent
extends java.lang.Object

The abstract event class for handling SSH related events.


Method Summary
abstract  void acceptListener(SftpListener listener)
          The "backwards dispatching" support.
 Sftp getSource()
          Obtains the event source.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSource

public Sftp getSource()
Obtains the event source.

Returns:
the event source

acceptListener

public abstract void acceptListener(SftpListener listener)
The "backwards dispatching" support.

Parameters:
listener - the event listener

Secure iNet Factory

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