public class MessageEvent extends EventObject
MessageEvent
is used to notify interested parties that
a message has been sent by the event source.source
Constructor and Description |
---|
MessageEvent(Object source,
String messageName,
Object[] params)
Constructs a new
MessageEvent . |
Modifier and Type | Method and Description |
---|---|
String |
getMessageName()
Returns the name of the message.
|
Object[] |
getMessageParameters()
Returns the parameters of the message.
|
getSource, toString
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.