|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--cnrg.itx.gtwy.pbx.MyCallObserver
Class that observes a Call. If a call observer is attached to a call, and if logging is turned on, then status messages will be printed to the terminal indicating progress of the call.
Field Summary | |
private boolean |
LOG
|
private static java.lang.String |
ME
|
Constructor Summary | |
MyCallObserver()
Default constructor |
|
MyCallObserver(boolean logging)
Constructor that specifies setting for logging. |
Method Summary | |
void |
callChangedEvent(javax.telephony.events.CallEv[] e)
Alerts observer that state of telephone call has changed. |
Methods inherited from class java.lang.Object |
|
Field Detail |
private static final java.lang.String ME
private boolean LOG
Constructor Detail |
public MyCallObserver(boolean logging)
public MyCallObserver()
Method Detail |
public void callChangedEvent(javax.telephony.events.CallEv[] e)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |