Package com.uc4.communication
Interface TraceListener
-
- All Known Subinterfaces:
DebugAndTraceListener
public interface TraceListenerCallback interface for trace messages. A listener for trace messages and exceptions can be set using the methodConnection.setTraceListener()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidmessageIn(java.lang.String msg)This method is called when a message is received.voidmessageOut(java.lang.String msg)This method is called when a message is sent.
-