public class MessageEvent extends Event
static int
ERROR
WARNING
source
MessageEvent(java.lang.Object source)
MessageEvent(java.lang.Object source, int type, java.lang.String text)
java.lang.String
getText()
toString()
getType
getSource
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static int WARNING
public static int ERROR
public MessageEvent(java.lang.Object source)
public MessageEvent(java.lang.Object source, int type, java.lang.String text)
public java.lang.String getText()
public java.lang.String toString()
toString
java.util.EventObject