Package org.bidib.jbidibc.debug
Interface DebugMessageProcessor
-
- All Known Implementing Classes:
DebugMessageReceiver
public interface DebugMessageProcessor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddisable()Disable the message processor.voidenable()Enable the message processor.voidprocessMessages(ByteArrayOutputStream output)Process the messages in the provided byte array output stream.
-
-
-
Method Detail
-
processMessages
void processMessages(ByteArrayOutputStream output)
Process the messages in the provided byte array output stream.- Parameters:
output- the output stream that contains the messages
-
disable
void disable()
Disable the message processor.
-
enable
void enable()
Enable the message processor.
-
-