Package com.uc4.communication
Interface DebugAndTraceListener
-
- All Superinterfaces:
TraceListener
public interface DebugAndTraceListener extends TraceListener
A debug and trace listener for the connection process and communication between aConnectionand the One Automation Engine communication process.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidmessageDebug(java.lang.String message)Handle a debug message-
Methods inherited from interface com.uc4.communication.TraceListener
messageIn, messageOut
-
-
-
-
Method Detail
-
messageDebug
void messageDebug(java.lang.String message)
Handle a debug message- Parameters:
message- a message describing something that happens in theConnectionobject. This is meta-information, not something that was sent or received.
-
-