|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.apache.felix.servicebinder.InstanceReferenceEvent
public class InstanceReferenceEvent
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.
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 |
---|
public InstanceReferenceEvent(InstanceReference ir)
ir
- the instance reference that generated the event.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |