NodeEvent class abstract

Implementers

Constructors

NodeEvent()
const
NodeEvent.onData(Uint8List data, Peer peer)
const
factory
NodeEvent.onError(String message, Object error, StackTrace stackTrace)
const
factory
NodeEvent.onMessage(Message message, Peer peer)
const
factory
NodeEvent.onPeerConnect(Peer peer)
const
factory
NodeEvent.onPeerDisconnect(Peer peer)
const
factory
NodeEvent.onSendData(Uint8List data)
const
factory
NodeEvent.onSendMessage(Message message)
const
factory
NodeEvent.onStart()
const
factory
NodeEvent.onStop()
const
factory

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

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