|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.charlesames.utility.common.Disposable
public abstract class Disposable
Base class for objects which contain a disposable method to release resources.
| Constructor Summary | |
|---|---|
Disposable()
Constructor for Disposable instances |
|
| Method Summary | |
|---|---|
abstract void |
dispose()
Release resources engaged by this object, thus rendering it amenable to garbage collection. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Disposable()
| Method Detail |
|---|
public abstract void dispose()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||