org.progeeks.util
Interface Releasable


public interface Releasable

Interface denoting objects that can be released. In some cases this is a necessary step in properly cleaning up an object that may have registered listeners or gather other resources that wouldn't be released by a normal garbage collection.

Version:
$Revision: 1.1 $
Author:
Paul Speed

Method Summary
 void release()
          Releases the resources obtained by the object.
 

Method Detail

release

void release()
Releases the resources obtained by the object.



Copyright © 2002-2003 Paul Speed. All Rights Reserved.