Uses of Class
org.apache.felix.servicebinder.InstanceReferenceEvent

Packages that use InstanceReferenceEvent
org.apache.felix.servicebinder   
 

Uses of InstanceReferenceEvent in org.apache.felix.servicebinder
 

Methods in org.apache.felix.servicebinder with parameters of type InstanceReferenceEvent
 void InstanceManager.StateChangeMulticaster.invalidating(InstanceReferenceEvent e)
           
 void InstanceReferenceListener.invalidating(InstanceReferenceEvent event)
          This method is called when an InstanceReference's underlying object is going to be invalidated.
 void InstanceManager.StateChangeMulticaster.validated(InstanceReferenceEvent e)
           
 void InstanceReferenceListener.validated(InstanceReferenceEvent event)
          This method is called when an InstanceReference's underlying object becomes valid, i.e., the instance is available for use.