public class FwkMessageEvent extends FwkPresentation implements FwkMessageEventInterface
,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
id |
protected java.lang.String |
message |
protected java.lang.Object |
source |
static java.lang.String |
version |
| Constructor and Description |
|---|
FwkMessageEvent(java.lang.Object source,
java.lang.String message)
The Constructor.
|
FwkMessageEvent(java.lang.Object source,
java.lang.String id,
java.lang.String message)
The Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getID()
Get the message id.
|
java.lang.String |
getMessage()
Get the message string.
|
java.lang.Object |
getSource()
The object on which the Event initially occurred.
|
java.lang.String |
getVersion()
Return the version string of the FWK component.
|
getPresentationString, getPresentationStringgetNiceVersion, releaseclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitreleasepublic static final java.lang.String version
protected java.lang.Object source
protected java.lang.String id
protected java.lang.String message
public FwkMessageEvent(java.lang.Object source,
java.lang.String id,
java.lang.String message)
source - The source object of the event.id - The ID string of the event.message - The message string of the event.public FwkMessageEvent(java.lang.Object source,
java.lang.String message)
source - The source object of the event.message - The message string of the event.public java.lang.String getVersion()
FwkInterfacegetVersion in interface FwkInterfacegetVersion in class FwkPresentationpublic java.lang.Object getSource()
getSource in interface FwkMessageEventInterfacepublic java.lang.String getMessage()
getMessage in interface FwkMessageEventInterfacepublic java.lang.String getID()
getID in interface FwkMessageEventInterface