Uses of Class
org.drasyl.node.event.Node
Packages that use Node
Package
Description
Contains events that inform about various states of the
DrasylNode
(started, stopped, etc.) or overlay network events (messages, peer discovery, etc.)-
Uses of Node in org.drasyl.node.event
Methods in org.drasyl.node.event that return NodeModifier and TypeMethodDescriptionNodeEvent.getNode()
Returns the node to which this event refers.static Node
static Node
static Node
Methods in org.drasyl.node.event with parameters of type NodeModifier and TypeMethodDescriptionstatic NodeDownEvent
static NodeNormalTerminationEvent
static NodeOfflineEvent
static NodeOnlineEvent
static NodeUnrecoverableErrorEvent
static NodeUpEvent