HHCtxControlI class abstract
Interface for controlling hook execution and managing execution stages.
- Implementers
Constructors
- HHCtxControlI(HHCtxI _ctx)
Properties
- ctx → HHCtxI
-
no setter
- currentStage → String?
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
emit(
String eventName, {Future action(HHCtxI ctx)?, bool handleCtrlException = false}) → Future - Emits an event, executing all registered hooks for that event.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
popStage(
) → void -
popSubStage(
) → void -
pushStage(
String stageName) → void -
pushSubStage(
String subStageName) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited