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 voidshowMesssage(String message, MessageType type)MethodshowMesssagedisplays a message on GUI components according to the specified type.
-
Method Details
-
showMesssage
MethodshowMesssagedisplays 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)
-