Avaya Conferencing Provider API

com.avaya.conferencing.api.acp.control.events
Class AvailableVerbsChangeEvent<S extends ConferencingObject<S>>

java.lang.Object
  extended by java.util.EventObject
      extended by com.avaya.conferencing.api.acp.control.events.AvailableVerbsChangeEvent<S>
Type Parameters:
S - The source of the event
All Implemented Interfaces:
java.io.Serializable

public class AvailableVerbsChangeEvent<S extends ConferencingObject<S>>
extends java.util.EventObject

An event indicating that the available verbs for a specific ConferencingObject have changed.

Since:
5.1.0.0.29
See Also:
Serialized Form

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

AvailableVerbsChangeEvent

public AvailableVerbsChangeEvent(ConferencingObject<S> source)
Constructs a prototypical Event.

Parameters:
source - The object on which the Event initially occurred.
Throws:
java.lang.IllegalArgumentException - if source is null.
Since:
5.1.0.0.29
Method Detail

getSource

public ConferencingObject<S> getSource()
The object on which the Event initially occurred.

Overrides:
getSource in class java.util.EventObject
Returns:
The object on which the Event initially occurred.
Since:
5.1.0.0.29

Avaya Conferencing Provider API

Copyright © 2008-2009 Avaya. All Rights Reserved.