|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Disposable
An object implementing this interface indicates that it is advantageous to
signal to the object that it will not longer be accessed. Implementations
can make use of this information e.g. by returning the object to a pool or by
explicitly freeing resources allocated by the object.
After calling the dispose
method of this interface it is illegal
to access the object any longer.
This interface is designed to be implemented by clients. |
Method Summary | |
---|---|
void |
dispose()
Indicate that the object will no longer be accessed |
Method Detail |
---|
void dispose()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |