|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IMonitorListener
This interface must be implemented by a monitor listener object. A monitor listener keeps track of the information provided by a monitor object. It normally creates events for the framework to notify on information provided by the monitor, e.g., an incoming call or a call information.
| Method Summary | |
|---|---|
void |
doCallConnect(ICall call)
Informs the framework of an new call connection. |
void |
doCallDisconnect(ICall call)
Informs the framework of a call disconnection. |
IMonitor |
getDefaultMonitor()
Gets the default monitor object this listener is registered to. |
IMonitor |
getMonitor(String id)
Gets the monitor object this listener is registered to with aspecific ID. |
List |
getMonitors()
Gets the monitor objects this listener is registered to. |
boolean |
isEnabled()
Indicates wether listener is enabled or not. |
boolean |
isRunning()
Indicates wether listener is running or not. |
void |
shutdown()
This method is called on shutdown time by the runtime object. |
void |
start()
This method starts all IMonitor objects registered at this service. |
void |
startup()
This method is called on startup time by the runtime object. |
void |
stop()
This method stops all IMonitor objects registered at this service. |
| Method Detail |
|---|
void doCallConnect(ICall call)
call - call incomingvoid doCallDisconnect(ICall call)
call - call to be disconnectedboolean isEnabled()
boolean isRunning()
List getMonitors()
IMonitor getMonitor(String id)
IMonitor getDefaultMonitor()
void startup()
void shutdown()
void start()
void stop()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||