QueryEventManager class
A class to manage query event subscriptions.
Constructors
- QueryEventManager.new()
- Creates a new query event manager.
Properties
-
events
→ Stream<
QueryEvent> -
Gets the stream of query events.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- hasListeners → bool
-
Returns true if there are active listeners for query events.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
close(
) → void - Closes the event manager.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
publishEvent(
QueryEvent event) → void - Publishes a query event.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited