Package org.bidib.jbidibc.debug
Interface DebugMessageProcessor
- All Known Implementing Classes:
DebugMessageReceiver
public interface DebugMessageProcessor
-
Method Summary
Modifier and TypeMethodDescriptionvoiddisable()Disable the message processor.voidenable()Enable the message processor.voidprocessMessages(ByteArrayOutputStream output) Process the messages in the provided byte array output stream.
-
Method Details
-
processMessages
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.
-