|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Releasable
Interface denoting objects that can be released. In some cases this is a necessary step in properly cleaning up an object that may have registered listeners or gather other resources that wouldn't be released by a normal garbage collection.
| Method Summary | |
|---|---|
void |
release()
Releases the resources obtained by the object. |
| Method Detail |
|---|
void release()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||