ListenerSubscription class
base
- Inheritance
-
- Implemented types
-
Methods
-
dispose()
→ void
-
Performs application-defined tasks associated with freeing, releasing,
or resetting unmanaged resources.
override
-
initialize()
→ void
-
-
insertAfter(ListenerSubscription entry)
→ void
-
Insert an element after this element in this element's linked list.
inherited
-
insertBefore(ListenerSubscription entry)
→ void
-
Insert an element before this element in this element's linked list.
inherited
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
recordObservableInstruments()
→ void
-
Requests that the current set of metrics for enabled instruments be
sent to the listener's
MeasurementCallback{T}'s.
override
-
toString()
→ String
-
A string representation of this object.
inherited
-
unlink()
→ void
-
Unlink the element from its linked list.
inherited