package org.lemsml.jlems.viz.plot; public interface MessageHandler { void msg(MessageType type, String txt); void msg(String txt); }