com.genesyslab.ail
Interface PsdkConfigBridge.Listener

Enclosing class:
PsdkConfigBridge

public static interface PsdkConfigBridge.Listener

This listener interface allows you to receive the messages that AIL gets through its ConfServerProtocol instance.


Method Summary
 void handle(com.genesyslab.platform.commons.protocol.Message message)
          This method is called when AIL gets a message from its ConfServerProtocol instance.
 

Method Detail

handle

void handle(com.genesyslab.platform.commons.protocol.Message message)
This method is called when AIL gets a message from its ConfServerProtocol instance.