|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The AddressObserver
interface reports all changes which happen
to the Address object.
AddressObserver.addressChangedEvent()
method. Applications
must instantiate an object which implements this interface and then use
the Address.addObserver()
) method to register the object to
receive all future events associated with the Address object.
The AddressObserver.addressChangedEvent()
method receives
an array of events which all must extend the AddrEv
interface.
Since several changes may happen to a single JTAPI object at once, a list
of events is needed to convey those changes which happen at the same time.
Applications iterate through the array of events provided.
Address.getObservers()
method.
Avaya is providing its backward-compatible Observer model implementation in this release; in the specification this interface is deprecated As of JTAPI 1.4, replaced by AddressListener
AddrEv
,
AddrObservationEndedEv
Method Summary | |
void |
addressChangedEvent(AddrEv[] eventList)
Reports all events associated with the Address object. |
Method Detail |
public void addressChangedEvent(AddrEv[] eventList)
eventList
- The list of Address events.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |