|
Avaya Conferencing Provider API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
com.avaya.conferencing.api.acp.control.events.ChildEvent<P,C>
P - The parent that is the source of the event.C - The child that is being added or removed from the parent.public class ChildEvent<P,C>
A parent-child lifecycle event. Captures events in the parent-child lifecycle, i.e. child added or removed.
ChildListener,
Serialized Form| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
ChildEvent(P parent,
C child,
long sequenceNumber)
Constructs a prototypical Event. |
|
| Method Summary | |
|---|---|
C |
getChild()
Getter for property 'child'. |
long |
getSequenceNumber()
The sequence number of this event for this parent object. |
P |
getSource()
The object on which the Event initially occurred, that is the parent. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ChildEvent(P parent,
C child,
long sequenceNumber)
parent - The object on which the Event initially occurred.child - The child object that triggered the event.sequenceNumber - The sequence number of the specified parent instance for this event.
java.lang.IllegalArgumentException - if source is null.| Method Detail |
|---|
public C getChild()
public P getSource()
getSource in class java.util.EventObjectpublic long getSequenceNumber()
public java.lang.String toString()
toString in class java.util.EventObject
|
Avaya Conferencing Provider API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||