/**
* One-way Event to inform listener about something happend.
+ *
+ * @internal
*/
final class Event implements NamedEvent
{
/**
* Modified Event Dispatcher.
+ *
+ * @internal
*/
final class EventDispatcher extends SymfonyEventDispatcher
{
/**
* Allow Event listener to modify HTML.
+ *
+ * @internal
*/
final class HtmlFilterEvent implements NamedEvent
{
/**
* Interface for named events.
+ *
+ * @internal
*/
interface NamedEvent
{
/**
* Bridge between the EventDispatcher and the Hook class.
+ *
+ * @internal Provides BC
*/
final class HookEventBridge implements StaticEventSubscriber
{
/**
* Define events that should be reacted to.
+ *
+ * @internal
*/
interface StaticEventSubscriber
{