Represents route building information as event.
Expanded class hierarchy of RouteBuildEvent
Name![]() |
Modifiers | Type | Description | Overrides |
---|---|---|---|---|
Event:: |
private | property | ||
Event:: |
private | property | ||
Event:: |
private | property | ||
Event:: |
public | function | Returns the EventDispatcher that dispatches this Event | |
Event:: |
public | function | Gets the event's name. | |
Event:: |
public | function | Returns whether further event listeners should be triggered. | |
Event:: |
public | function | Stores the EventDispatcher that dispatches this Event | |
Event:: |
public | function | Sets the event's name property. | |
Event:: |
public | function | Stops the propagation of the event to further event listeners. | |
RouteBuildEvent:: |
protected | property | The module name that provides the route. | |
RouteBuildEvent:: |
protected | property | The route collection. | |
RouteBuildEvent:: |
public | function | Gets the module that provides the route. | |
RouteBuildEvent:: |
public | function | Gets the route collection. | |
RouteBuildEvent:: |
public | function | Constructs a RouteBuildEvent object. |