net.sf.mmm.util.concurrent.api
Interface Stoppable

All Known Implementing Classes:
ProcessUtilImpl.ProcessExecutor, StreamUtilImpl.AbstractAsyncTransferrer, StreamUtilImpl.BaseTransferrer, StreamUtilImpl.ReaderTransferrer, StreamUtilImpl.StreamTransferrer

public interface Stoppable

This is the interface for some object that represents a task that can be stopped.

Since:
1.0.0
Author:
Joerg Hohwiller (hohwille at users.sourceforge.net)

Method Summary
 void stop()
          This method stops the task.
 

Method Detail

stop

void stop()
This method stops the task.



Copyright © 2001-2010 mmm-Team. All Rights Reserved.