org.apache.felix.servicebinder
Class InstanceReferenceEvent
java.lang.Object
java.util.EventObject
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
InstanceReferenceEvent
public InstanceReferenceEvent(InstanceReference ir)
- Construct an event with the specified source instance reference.
- Parameters:
ir
- the instance reference that generated the event.
Copyright © 2011 Apache Software Foundation. All Rights Reserved.