|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectagent.interaction.samples.outbound.PlaceAdapterForOutbound
public class PlaceAdapterForOutbound
Handles a place for the Agent Outbound Example.
This class performs actions on the DN of the place, and not on the additional media that this place includes.
The user can click enabled buttons to modify its place status.
The place information and the buttons are updated according to the DnEvents that the AgentOutboundExample instance receives.
Field Summary | |
---|---|
com.genesyslab.ail.Dn |
sampleDn
Dn object used in this example. |
com.genesyslab.ail.Place |
samplePlace
Place object used in this example. |
Constructor Summary | |
---|---|
PlaceAdapterForOutbound(com.genesyslab.ail.Place _samplePlace,
com.genesyslab.ail.Dn _sampleDn,
AgentInteractionData _agentInteractionData,
agent.interaction.samples.outbound.AgentOutboundGui _gui)
Constructor. |
Method Summary | |
---|---|
void |
handleDnEvent(com.genesyslab.ail.event.DnEvent event)
Receives DnEvents, which report changes to the status or data of a DN. |
void |
linkWidgetsToGui()
Links place buttons to Place methods ( voice
methods only, no multimedia call). |
void |
setPlaceWidgetState()
Enables/Disables login buttons according to isPossible values of each button. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public com.genesyslab.ail.Place samplePlace
public com.genesyslab.ail.Dn sampleDn
Constructor Detail |
---|
public PlaceAdapterForOutbound(com.genesyslab.ail.Place _samplePlace, com.genesyslab.ail.Dn _sampleDn, AgentInteractionData _agentInteractionData, agent.interaction.samples.outbound.AgentOutboundGui _gui)
Method Detail |
---|
public void linkWidgetsToGui()
Place
methods ( voice
methods only, no multimedia call).
public void setPlaceWidgetState()
public void handleDnEvent(com.genesyslab.ail.event.DnEvent event)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |