Interface IMessage
A message to be published/delivered by IEventAggregator
Namespace:
Assembly: .dll
Syntax
public interface IMessage
Methods
getSender()
The sender of the message, or null if not supported by the message implementation.
Declaration
public abstract Object getSender()
Returns
Type | Description |
---|---|
Object | The sender of the message |