|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The ProviderObserver
interface reports all changes which happen
to the Provider object.
ProviderObserver.providerChangedEvent()
method. Applications
must instantiate an object which implements this interface and then use
the Provider.addObserver()
) method to register the object to
receive all future events associated with the Provider object.
The ProviderObserver.providerChangedEvent()
method receives
an array of events which all must extend the ProvEv
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.
ProvInServiceEv
,
ProvOutOfServiceEv
, and ProvShutdownEv
.
Provider.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 ProviderListener
ProvEv
,
ProvInServiceEv
,
ProvOutOfServiceEv
,
ProvShutdownEv
,
ProvObservationEndedEv
Method Summary | |
void |
providerChangedEvent(ProvEv[] eventList)
Reports all events associated with the Provider object. |
Method Detail |
public void providerChangedEvent(ProvEv[] eventList)
eventList
- The list of Provider events.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |