plugins.adufour.ezplug
Class EzMessage

java.lang.Object
  extended by plugins.adufour.ezplug.EzMessage

Deprecated. A simple exception mechanism is sufficient for now

public class EzMessage
extends java.lang.Object

WARNING: Class will be removed from further updates ! Utility class providing various ways for EzPlugs to send out messages to the user

Author:
Alexandre Dufour

Nested Class Summary
static class EzMessage.MessageType
          Deprecated.  
static class EzMessage.OutputType
          Deprecated.  
 
Method Summary
static void message(java.lang.String message)
          Deprecated.  
static void message(java.lang.String message, EzMessage.MessageType messageType, EzMessage.OutputType outputType)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

message

public static void message(java.lang.String message)
Deprecated. 

Sends a default message to the default standard output stream

Parameters:
message - the message to display

message

public static void message(java.lang.String message,
                           EzMessage.MessageType messageType,
                           EzMessage.OutputType outputType)
Deprecated. 

Sends a message to the user via the interface, with specified type of message and display

Parameters:
message - the message to display
messageType - the type of message
outputType - indicates how to display the message on the interface