net.sf.hermesftp.common
Interface Abortable

All Known Subinterfaces:
FtpCmdReader
All Known Implementing Classes:
FtpCmdReaderThread

public interface Abortable

Interface implemented by classes that can be aborted by the user.

Author:
Lars Behnke

Method Summary
 void abort()
          Aborts the current process..
 boolean isTerminated()
          Checks if the current process has been aborted.
 

Method Detail

isTerminated

boolean isTerminated()
Checks if the current process has been aborted.

Returns:
True, if process has been aborted.

abort

void abort()
Aborts the current process..



Copyright © 2005-2007 Lars Behnke. All Rights Reserved.