edu.rice.cs.drjava.model
Class FinalizationEvent<T>

java.lang.Object
  extended by 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


Constructor Summary
FinalizationEvent(T obj)
           
 
Method Summary
 T getObject()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FinalizationEvent

public FinalizationEvent(T obj)
Parameters:
obj - The object that is being finalized
Method Detail

getObject

public T getObject()
Returns:
the object that should be GC'd