|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
Method Summary | |
void |
close()
Closes this instance, releasing all resources and stopping any background threads. |
Method Detail |
public void close()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |