Uses of Class
agent.interaction.samples.SimplePlace

Packages that use SimplePlace
agent.interaction.samples   
 

Uses of SimplePlace in agent.interaction.samples
 

Subclasses of SimplePlace in agent.interaction.samples
 class MultipartyVoiceInteraction
          This example uses a GUI application to show how to transfer a call and how to set up a three-way conference call.
 class SimpleChatInteraction
          Manages a chat session.
 class SimpleEmailInteraction
          This example uses a GUI application to show how to answer and reply an e-mail.
 class SimpleOpenMediaInteraction
          This example uses a GUI application to show how to receive an Open Media interaction.
 class SimpleVoiceInteraction
          This example uses a GUI application to show how to make and answer a call, place the call on hold, release the call, and mark it done.
 

Constructors in agent.interaction.samples with parameters of type SimplePlace
SimpleOpenMediaInteraction.OpenMediaInteractionEventThread(com.genesyslab.ail.event.InteractionEvent _event, SimplePlace _simplePlace)