|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DnEvent
An event reporting Dn changes.
If actions performed on the DN are successful, the Dn interface receives
DnEvent events that report:
Dn.Status.LOGGED_OUT to Dn.Status.NOT_READY.
Use DnEvents to get the updated Dn interface in order to:
DnListener,
Dn| Nested Class Summary | |
|---|---|
static class |
DnEvent.EventReason
Enum for the event reasons. |
| Method Summary | |
|---|---|
Dn |
getDn()
Returns the DN to which this event is related. |
DnEvent.EventReason |
getEventReason()
Returns the reason of this event. |
java.lang.String |
getQueue()
Returns the queue to which this event is related. |
Dn.Status |
getStatus()
Returns the new status of the DN this event is about. |
java.util.Map |
getTEventExtensions()
Returns the telephony extensions of this event. |
Dn.Workmode |
getWorkmode()
Returns the workmode associated with the status of the DN. |
| Methods inherited from interface com.genesyslab.ail.event.AbstractDnEvent |
|---|
getTEventReasons |
| Methods inherited from interface com.genesyslab.ail.event.ObjectEvent |
|---|
getSource |
| Method Detail |
|---|
Dn.Status getStatus()
Dn getDn()
ObjectEvent.getSource().
java.lang.String getQueue()
Dn.Workmode getWorkmode()
null if none is set.DnEvent.EventReason getEventReason()
java.util.Map getTEventExtensions()
getTEventExtensions in interface AbstractDnEventString.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||