|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The Disposable interface is implemented by objects the aquire resources whoes life cycle must be managed. Once a Disposable has been disposed, it cannot be un-disposed.
Method Summary | |
void |
dispose()
This method should not throw any exceptions. |
Method Detail |
public void dispose()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |