de.fu_berlin.ties
Interface Closeable

All Known Implementing Classes:
TaskRunner

public interface Closeable

Classes implementing this interface announce that they should be closed for releasing all resources and stopping any background activity. The creator of a closeable instance is responsible for calling the close() when the instance is no longer in use.

Version:
$Revision: 1.1 $, $Date: 2004/02/02 18:35:57 $, $Author: siefkes $
Author:
Christian Siefkes

Method Summary
 void close()
          Closes this instance, releasing all resources and stopping any background threads.
 

Method Detail

close

public void close()
Closes this instance, releasing all resources and stopping any background threads.



Copyright © 2003-2004 Christian Siefkes. All Rights Reserved.