|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Disposable
Disposable
is an interface that is implemented by classes that
need explicit finalization in order to become accessible to garbage
collection. The contract is as follows: The caller of the constructor of a
disposable object is responsible for calling its dispose()
method when the object is no longer needed.
Method Summary | |
---|---|
void |
dispose()
Prepare myself for garbage collection. |
Method Detail |
---|
void dispose()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |