com.levigo.util.base
Interface Disposable


public interface Disposable

Implementations of Disposable provide a life-cycle method used to properly handle the disposal of instances.


Method Summary
 void dispose()
          This method may be called to perform some form of resource cleanup prior to garbage-collection.
 

Method Detail

dispose

void dispose()
This method may be called to perform some form of resource cleanup prior to garbage-collection.



Copyright © 1995-2020 levigo holding gmbh. All Rights Reserved.