| java.lang.Object tcl.lang.EventuallyFreed
All known Subclasses: tcl.lang.Interp,
EventuallyFreed | abstract class EventuallyFreed (Code) | | |
Method Summary | |
public void | dispose() | abstract void | eventuallyDispose() | void | preserve() ----------------------------------------------------------------------
Tcl_Preserve -> preserve
This method is used by another method to declare its interest
in this particular object, so that the object will not be
disposed until a matching call to release() has been made. | void | release() |
debug | final boolean debug(Code) | | |
mustFree | boolean mustFree(Code) | | |
dispose | public void dispose()(Code) | | |
eventuallyDispose | abstract void eventuallyDispose()(Code) | | |
preserve | void preserve()(Code) | | ----------------------------------------------------------------------
Tcl_Preserve -> preserve
This method is used by another method to declare its interest
in this particular object, so that the object will not be
disposed until a matching call to release() has been made.
Results:
None.
Side effects:
Information is retained so that the object will
not be disposed until at least the matching call to release().
----------------------------------------------------------------------
|
|
|