|
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.AvailableVerbsChangeEvent<S>
S - The source of the eventpublic class AvailableVerbsChangeEvent<S extends ConferencingObject<S>>
An event indicating that the available verbs for a specific ConferencingObject have changed.
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
AvailableVerbsChangeEvent(ConferencingObject<S> source)
Constructs a prototypical Event. |
|
| Method Summary | |
|---|---|
ConferencingObject<S> |
getSource()
The object on which the Event initially occurred. |
| Methods inherited from class java.util.EventObject |
|---|
toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AvailableVerbsChangeEvent(ConferencingObject<S> source)
source - The object on which the Event initially occurred.
java.lang.IllegalArgumentException - if source is null.| Method Detail |
|---|
public ConferencingObject<S> getSource()
getSource 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 | |||||||||