JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.scichart.core.utility.messaging
Interface IMessage
All Known Implementing Classes:
LoggedMessageBase
,
MessageBase
public interface
IMessage
A message to be published/delivered by
IEventAggregator
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
java.lang.Object
getSender
()
The sender of the message, or null if not supported by the message implementation.
Method Detail
getSender
java.lang.Object getSender()
The sender of the message, or null if not supported by the message implementation.
Returns:
The sender of the message
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method