com.genesyslab.ail
Interface PsdkVoiceBridge.Listener
- Enclosing class:
- PsdkVoiceBridge
public static interface PsdkVoiceBridge.Listener
This listener interface allows you to get messages that the AIL receives through its
TServerProtocol instance.
|
Method Summary |
void |
handle(com.genesyslab.platform.commons.protocol.Message message)
This method is called when the AIL receives a message through its TServerProtocol
instance. |
handle
void handle(com.genesyslab.platform.commons.protocol.Message message)
- This method is called when the AIL receives a message through its
TServerProtocol
instance.