Package org.lemsml.jlems.viz.plot
Interface MessageHandler
-
- All Known Implementing Classes:
MessageForkHandler,MessagePrintlnHandler
public interface MessageHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidmsg(java.lang.String txt)voidmsg(MessageType type, java.lang.String txt)
-
-
-
Method Detail
-
msg
void msg(MessageType type, java.lang.String txt)
-
msg
void msg(java.lang.String txt)
-
-