public class FwkMessageEvent extends FwkPresentation implements FwkMessageEventInterface
,
Serialized FormModifier 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, getPresentationString
getNiceVersion, release
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
release
public 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()
FwkInterface
getVersion
in interface FwkInterface
getVersion
in class FwkPresentation
public java.lang.Object getSource()
getSource
in interface FwkMessageEventInterface
public java.lang.String getMessage()
getMessage
in interface FwkMessageEventInterface
public java.lang.String getID()
getID
in interface FwkMessageEventInterface