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