public interface MessageConsumer
Different instances of MessageStream need to do different things with messages. In particular, a stream instance used for parsing output from the compiler compiler has to interpret its messages differently than one parsing output from the runtime.
Classes which consume messages and do something with them should implement this interface.
| Modifier and Type | Method and Description |
|---|---|
void |
message(String s) |
void message(String s)
Copyright © 2001–2017 Processing Foundation. All rights reserved.