org.echarts.servlet.sip.features.click2DialFlow4
Interface Click2DialFlow4MachineToJava

All Known Implementing Classes:
Click2DialFlow4MachineToJavaImpl

public interface Click2DialFlow4MachineToJava

Interface that must be implemented by any EChartsMachineToJava class for this machine.


Method Summary
 void onConnected()
          Called by machine when both parties are connected.
 void onDisconnected()
          Called by machine when both parties are connected.
 

Method Detail

onConnected

void onConnected()
Called by machine when both parties are connected.


onDisconnected

void onDisconnected()
Called by machine when both parties are connected.