NoopNotifiee class
A no-op implementation of Notifiee that does nothing.
- Implemented types
Constructors
- NoopNotifiee.new()
-
const
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
-
connected(
Network network, Conn conn) → Future< void> -
Called when a connection opened
override
-
disconnected(
Network network, Conn conn) → Future< void> -
Called when a connection closed
override
-
listen(
Network network, MultiAddr addr) → void -
Called when network starts listening on an addr
override
-
listenClose(
Network network, MultiAddr addr) → void -
Called when network stops listening on an addr
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited