Interface IComEventCallbackListener
- 
- All Known Implementing Classes:
- AbstractComEventCallbackListener
 
 public interface IComEventCallbackListener
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voiderrorReceivingCallbackEvent(java.lang.String message, java.lang.Exception exception)voidsetDispatchCallbackListener(IDispatchCallback dispatchCallback)
 
- 
- 
- 
Method Detail- 
setDispatchCallbackListenervoid setDispatchCallbackListener(IDispatchCallback dispatchCallback) 
 - 
errorReceivingCallbackEventvoid errorReceivingCallbackEvent(java.lang.String message, java.lang.Exception exception)
 
- 
 
-