public class MessageEvent extends Event
Modifier and Type | Field and Description |
---|---|
static int |
ERROR |
static int |
WARNING |
source
Constructor and Description |
---|
MessageEvent(Object source) |
MessageEvent(Object source,
int type,
String text) |
Modifier and Type | Method and Description |
---|---|
String |
getText() |
String |
toString() |
getSource
public MessageEvent(Object source)
public String getText()
public String toString()
toString
in class EventObject
Copyright © 2015 JBoss by Red Hat. All rights reserved.