Package org.graffiti.plugin.view
Interface MessageListener
public interface MessageListener
Represents listener which gets messsages for theirs displaying on the GUI
components (e.g. status bar).
- Version:
- $Revision: 1.4 $
-
Method Summary
Modifier and Type Method Description void
showMesssage(String message, MessageType type)
MethodshowMesssage
displays a message on GUI components according to the specified type.
-
Method Details
-
showMesssage
MethodshowMesssage
displays a message on GUI components according to the specified type.- Parameters:
message
- a message string to be displayedtype
- a type of the message (e.g. ERROR)
-