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

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

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

Subinterfaces of IOutgoingFileTransferEvent in org.eclipse.ecf.filetransfer.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