|
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.StateChangeEvent
public class StateChangeEvent
A state change event.
StateChangeListener,
Serialized Form| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
StateChangeEvent(ConferencingObject<? extends ConferencingObject<?>> source,
State state,
boolean newValue)
Constructs a prototypical Event. |
|
| Method Summary | |
|---|---|
ConferencingObject<? extends ConferencingObject<?>> |
getSource()
The conferencing object on which the Event occurred. |
State |
getState()
Returns the state change reported by this StateChangeEvent object. |
boolean |
isNewValue()
Returns true if the state is now present. |
boolean |
isOldValue()
Returns true if the state was previously present. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public StateChangeEvent(ConferencingObject<? extends ConferencingObject<?>> source,
State state,
boolean newValue)
source - The object on which the Event initially occurred.state - The state that has changed.newValue - The new value.
java.lang.IllegalArgumentException - if source is null.| Method Detail |
|---|
public State getState()
public boolean isNewValue()
true if the state is now present.
true if the state is now present.public java.lang.String toString()
toString in class java.util.EventObjectpublic ConferencingObject<? extends ConferencingObject<?>> getSource()
getSource in class java.util.EventObjectpublic boolean isOldValue()
true if the state was previously present.
true if the state was previously present.
|
Avaya Conferencing Provider API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||