TinkStateListener<S> class abstract

Constructors

TinkStateListener(String? name, bool prefix, TinkStateEventType? type, TinkLivenessHandler handler)

Properties

alive BoolCallback?
getter/setter pair
events Set<String>
final
hashCode int
The hash code for this object.
no setterinherited
name String?
The name of specific events this listener wants to receive. If null, it gets all event names
getter/setter pair
prefix bool
If true, this listener is interested in any event that starts with this name
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type TinkStateEventType?
The type of events this listener wants to receive. If null, it gets all types
getter/setter pair

Methods

accept(TinkStateEvent<S> prev, TinkStateEvent<S> current) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
unsubscribed() → void
wants<O>(TinkStateEvent<O> event) bool

Operators

operator ==(Object other) bool
The equality operator.
inherited