Package com.uc4.communication
Interface DebugAndTraceListener
- All Superinterfaces:
TraceListener
A debug and trace listener for the connection process and communication between
a
Connection
and the One Automation Engine communication process.-
Method Summary
Methods inherited from interface com.uc4.communication.TraceListener
messageIn, messageOut
-
Method Details
-
messageDebug
Handle a debug message- Parameters:
message
- a message describing something that happens in theConnection
object. This is meta-information, not something that was sent or received.
-