Interface | Description |
---|---|
IEventAggregator |
Defines the interface to a lightweight Event Aggregator used within SciChart for inter-component communication.
|
IMessage |
A message to be published/delivered by
IEventAggregator |
IMessageSubscription |
Represents a message subscription
|
Class | Description |
---|---|
EventAggregator |
EventAggregator used within SciChart for inter-component communication
|
LoggedMessageBase |
Base class for automatically logged Event Aggregator messages
|
MessageBase |
Base class for messages published/delivered by
IEventAggregator |
MessageSubscriptionToken |
Represents an active subscription to a message.
|