MODULES Uize.Event.Bus
- Contents
- 1. Introduction
- 2. Instance Methods
-
3. Static Methods
- 3.1. Uize.Event.Bus.declare
- 3.2. Uize.Event.Bus.dualContextMethods
- 3.3. Uize.Event.Bus.dualContextProperties
- 3.4. Uize.Event.Bus.instanceMethods
- 3.5. Uize.Event.Bus.instanceProperties
- 3.6. Uize.Event.Bus.mixins
- 3.7. Uize.Event.Bus.staticMethods
- 3.8. Uize.Event.Bus.staticProperties
- 3.9. Uize.Event.Bus.subclass
- 4. Static Properties
1. Introduction
The Uize.Event.Bus
module defines a simple event bus class that can be instantiated for managing wiring and unwiring of event handlers and firing of events.
DEVELOPERS: Chris van Rensburg
1.1. Examples
There are no dedicated showcase example pages for the Uize.Event.Bus
module.
SEARCH FOR EXAMPLES
Use the link below to search for example pages on the UIZE Web site that reference the Uize.Event.Bus
module...
SEARCH
1.2. Implementation Info
The Uize.Event.Bus
module defines the Uize.Event.Bus
object under the Uize.Event
namespace.
1.2.1. Features Introduced in This Module
The features listed in this section have been introduced in this module.
INSTANCE METHODS
fire
| hasHandlers
| unwire
| wire
| wireUnwireWrapper
STATIC METHODS
Uize.Event.Bus.declare
| Uize.Event.Bus.dualContextMethods
| Uize.Event.Bus.dualContextProperties
| Uize.Event.Bus.instanceMethods
| Uize.Event.Bus.instanceProperties
| Uize.Event.Bus.mixins
| Uize.Event.Bus.staticMethods
| Uize.Event.Bus.staticProperties
| Uize.Event.Bus.subclass
STATIC PROPERTIES
1.2.2. Features Overridden in This Module
No features have been overridden in this module.
1.2.3. Features Inherited From Other Modules
This module has no inherited features.
1.2.4. Modules Directly Under This Namespace
There are no modules directly under this namespace.
1.2.5. Unit Tests
There is no dedicated unit tests module for the Uize.Event.Bus
module.
2. Instance Methods
2.1. fire
IMPLEMENTATION INFO
this feature was introduced in this module |
2.2. hasHandlers
IMPLEMENTATION INFO
this feature was introduced in this module |
2.3. unwire
IMPLEMENTATION INFO
this feature was introduced in this module |
2.4. wire
IMPLEMENTATION INFO
this feature was introduced in this module |
2.5. wireUnwireWrapper
IMPLEMENTATION INFO
this feature was introduced in this module |
3. Static Methods
3.1. Uize.Event.Bus.declare
IMPLEMENTATION INFO
this feature was introduced in this module |
3.2. Uize.Event.Bus.dualContextMethods
IMPLEMENTATION INFO
this feature was introduced in this module |
3.3. Uize.Event.Bus.dualContextProperties
IMPLEMENTATION INFO
this feature was introduced in this module |
3.4. Uize.Event.Bus.instanceMethods
IMPLEMENTATION INFO
this feature was introduced in this module |
3.5. Uize.Event.Bus.instanceProperties
IMPLEMENTATION INFO
this feature was introduced in this module |
3.6. Uize.Event.Bus.mixins
IMPLEMENTATION INFO
this feature was introduced in this module |
3.7. Uize.Event.Bus.staticMethods
IMPLEMENTATION INFO
this feature was introduced in this module |
3.8. Uize.Event.Bus.staticProperties
IMPLEMENTATION INFO
this feature was introduced in this module |
3.9. Uize.Event.Bus.subclass
IMPLEMENTATION INFO
this feature was introduced in this module |