edu.rice.cs.drjava.model
Class FinalizationEvent<T>
java.lang.Object
edu.rice.cs.drjava.model.FinalizationEvent<T>
public class FinalizationEvent<T>
- extends Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FinalizationEvent
public FinalizationEvent(T obj)
- Parameters:
obj
- The object that is being finalized
getObject
public T getObject()
- Returns:
- the object that should be GC'd