org.eclipse.ecf.fileshare
Interface IFileSharePausable


public interface IFileSharePausable

Adapter interface for pausing and resuming IFileShare instances that expose this adapter interface via IFileShare.getAdapter(IFileTransferPausable.class)


Method Summary
 void pause()
          Pause file transfer.
 void resume()
          Resume file transfer after having been paused.
 

Method Detail

pause

void pause()
Pause file transfer. If the associated IFileShare is already paused, or has already completed then calling this method has no effect.


resume

void resume()
Resume file transfer after having been paused. If the associated IFileShare is not already paused, or has already completed then this method has no effect.