RawScopeListener class abstract
Consider using ScopeListener, DepListener and AsyncDepListener instead — these are listeners with a safe read-only access. RawScopeListener, RawDepListener and RawAsyncDepListener are an advanced direct access for rare cases. So if you are not sure if this is the right choice for you then it's probably not.
RawScopeListener is the listener with a direct access to BaseScopeContainer and Dep.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onScopeDisposed(
BaseScopeContainer scope) → void -
onScopeDisposeDepFailed(
BaseScopeContainer scope, Dep dep, Object exception, StackTrace stackTrace) → void -
onScopeInitialized(
BaseScopeContainer scope) → void -
onScopeInitializeFailed(
BaseScopeContainer scope, Object exception, StackTrace stackTrace) → void -
onScopeStartDispose(
BaseScopeContainer scope) → void -
onScopeStartInitialize(
BaseScopeContainer scope) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- override ↔ RawScopeListener?
-
getter/setter pair