public abstract class MessageBase extends java.lang.Object implements IMessage
IEventAggregator
Modifier | Constructor and Description |
---|---|
protected |
MessageBase(java.lang.Object sender)
Initializes a new instance of the
MessageBase class. |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getSender()
The sender of the message, or null if not supported by the message implementation.
|
protected MessageBase(java.lang.Object sender)
MessageBase
class.sender
- The sender of message