Uses of Interface
org.eclipse.ecf.filetransfer.events.IFileTransferEvent

Packages that use IFileTransferEvent
org.eclipse.ecf.filetransfer   
org.eclipse.ecf.filetransfer.events   
 

Uses of IFileTransferEvent in org.eclipse.ecf.filetransfer
 

Methods in org.eclipse.ecf.filetransfer with parameters of type IFileTransferEvent
 void IFileTransferListener.handleTransferEvent(IFileTransferEvent event)
          Handle file transfer events
 

Uses of IFileTransferEvent in org.eclipse.ecf.filetransfer.events
 

Subinterfaces of IFileTransferEvent in org.eclipse.ecf.filetransfer.events
 interface IFileTransferConnectStartEvent
          Event sent to IFileTransferListener associated with IIncomingFileTransfer or IOutgoingFileTransferEvent or IRemoteFileSystemRequest instances.
 interface IFileTransferRequestEvent
          Event to represent remote file transfer requests.
 interface IIncomingFileTransferEvent
          Super interface for incoming file transfer events
 interface IIncomingFileTransferReceiveDataEvent
          Event sent to IFileTransferListener associated with IIncomingFileTransfer instances data are received
 interface IIncomingFileTransferReceiveDoneEvent
          Event sent to IFileTransferListeners when an incoming file transfer is completed.
 interface IIncomingFileTransferReceivePausedEvent
          Event sent to IFileTransferListeners when an incoming file transfer is paused.
 interface IIncomingFileTransferReceiveResumedEvent
          Event sent to IFileTransferListener associated with IIncomingFileTransfer instances when file transfer is resumed.
 interface IIncomingFileTransferReceiveStartEvent
          Event sent to IFileTransferListener associated with IIncomingFileTransfer instances
 interface IOutgoingFileTransferEvent
          Super interface for outgoing file transfer events
 interface IOutgoingFileTransferResponseEvent
          Asynchronous event sent to IFileTransferListener associated with IOutgoingFileTransfer instances when a response is received from the remote target (or provider times out).
 interface IOutgoingFileTransferSendDataEvent
          Event sent to IFileTransferListener associated with IOutgoingFileTransfer instances when some data are received
 interface IOutgoingFileTransferSendDoneEvent
          Event sent to IFileTransferListener associated with IOutgoingFileTransfer instances when the file transfer is complete
 interface IOutgoingFileTransferSendPausedEvent
           
 interface IOutgoingFileTransferSendResumedEvent