org.echarts.servlet.sip.features.click2DialFlow4
Class Click2DialFlow4MachineToJavaImpl

java.lang.Object
  extended by org.echarts.servlet.sip.SipToJava
      extended by org.echarts.servlet.sip.EChartsMachineToJava
          extended by org.echarts.servlet.sip.features.click2DialFlow4.Click2DialFlow4MachineToJavaImpl
All Implemented Interfaces:
Click2DialFlow4MachineToJava

public class Click2DialFlow4MachineToJavaImpl
extends EChartsMachineToJava
implements Click2DialFlow4MachineToJava

Default implementation of the Click2DialFlow4MachineToJava interface.


Constructor Summary
Click2DialFlow4MachineToJavaImpl()
           
 
Method Summary
 void onConnected()
          Called by machine when both parties are connected. Log the event in the machine log.
 void onDisconnected()
          Called by machine when both parties are connected. Log the event in the machine log.
 
Methods inherited from class org.echarts.servlet.sip.EChartsMachineToJava
getInstance, getSipApplicationSessionId, init, publish, putEvent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Click2DialFlow4MachineToJavaImpl

public Click2DialFlow4MachineToJavaImpl()
Method Detail

onConnected

public void onConnected()
Called by machine when both parties are connected. Log the event in the machine log.

Specified by:
onConnected in interface Click2DialFlow4MachineToJava

onDisconnected

public void onDisconnected()
Called by machine when both parties are connected. Log the event in the machine log.

Specified by:
onDisconnected in interface Click2DialFlow4MachineToJava