| java.lang.Object edu.rice.cs.drjava.model.FinalizationEvent
FinalizationEvent | public class FinalizationEvent (Code) | | Objects of this type are given to those
listening for finalization. These objects
are meant to hand the user a reference to
the object that was going to be gc'd
|
FinalizationEvent | public FinalizationEvent(T obj)(Code) | | Parameters: obj - The object that is being finalized |
getObject | public T getObject()(Code) | | the object that should be GC'd |
|
|