org.apache.felix.servicebinder
Class InstanceReferenceEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.apache.felix.servicebinder.InstanceReferenceEvent
All Implemented Interfaces:
Serializable

public class InstanceReferenceEvent
extends EventObject

This class is the event generated when the availability of the underlying object associated with an InstanceReference changes. Use the InstanceReferenceListener interface to listen for this event. The getSource() method returns the InstanceReference that generated the event.

Author:
Felix Project Team
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
InstanceReferenceEvent(InstanceReference ir)
          Construct an event with the specified source instance reference.
 
Method Summary
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InstanceReferenceEvent

public InstanceReferenceEvent(InstanceReference ir)
Construct an event with the specified source instance reference.

Parameters:
ir - the instance reference that generated the event.


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.