PeanutButter
|
Classes | |
class | EventAggregator |
class | EventBase |
Base class for events. More... | |
class | EventBase< TPayload > |
interface | IEventAggregator |
Provides a simple event aggregator. More... | |
class | Subscription< TPayload > |
Represents a subscription for a specific event and payload. More... | |
class | SubscriptionsChangedEventArgs |
Event args when a subscription is changed. More... | |
class | SubscriptionToken |
A token which identifies a subscription. More... |
Functions | |
delegate void | SubscriptionAddedEventHandler (object sender, SubscriptionsChangedEventArgs args) |
Delegate type for handling when subscriptions are added. | |
delegate void | SubscriptionRemovedEventHandler (object sender, SubscriptionsChangedEventArgs args) |
Delegate type for handling when subscriptions are removed. |