Uses of Class
br.shob.PhantomReference

Packages that use PhantomReference
br.shob.event   
 

Uses of PhantomReference in br.shob.event
 

Methods in br.shob.event that return PhantomReference
 PhantomReference StorageEvent.getOldValue()
          Gets the oldValue attribute of the StorageEvent object
 

Methods in br.shob.event with parameters of type PhantomReference
 void StorageEventSupport.fireObjectChanged(PhantomReference oldValue, SharedReference newValue)
           
 void StorageEventSupport.fireObjectRemoved(PhantomReference oldValue)
           
 void StorageAdapter.objectChanged(PhantomReference oldValue, SharedReference newValue)
          Description of the Method
 void StorageAdapter.objectRemoved(PhantomReference oldValue)
          Description of the Method
 

Constructors in br.shob.event with parameters of type PhantomReference
StorageEvent(int eventType, PhantomReference oldValue, SharedReference newValue)
          Constructor for the StorageEvent object