Notifiee class abstract
Notifiee is an interface for an object wishing to receive notifications from a Network.
- Implementers
Constructors
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
-
disconnected(
Network network, Conn conn) → Future< void> - Called when a connection closed
-
listen(
Network network, MultiAddr addr) → void - Called when network starts listening on an addr
-
listenClose(
Network network, MultiAddr addr) → void - Called when network stops listening on an addr
-
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