MediaWiki master
|
Classes | |
class | DomainEvent |
Base class for domain event objects to be used with DomainEventDispatcher. More... | |
interface | DomainEventDispatcher |
Service for sending domain events to registered listeners. More... | |
interface | DomainEventSource |
Service object for registering listeners for domain events. More... | |
interface | DomainEventSubscriber |
Objects implementing DomainEventSubscriber represent a collection of related event listeners. More... | |
class | EventDispatchEngine |
Implementation of DomainEventDispatcher and DomainEventSource based on HookContainer and DeferredUpdates. More... | |
class | EventSubscriberBase |
Base class for classes that implement DomainEventSubscriber. More... | |
interface | InitializableDomainEventSubscriber |
An DomainEventSubscriber that requires initialization with an options array after construction. More... | |