Uses of Interface
org.drasyl.node.event.NodeEvent
Package
Description
Contains
DrasylNode
.Contains events that inform about various states of the
DrasylNode
(started, stopped, etc.) or overlay network events (messages, peer discovery, etc.)-
Uses of NodeEvent in org.drasyl.node
Modifier and TypeMethodDescriptionprotected void
EventTypeDrasylNode.onNodeEvent
(NodeEvent event) -
Uses of NodeEvent in org.drasyl.node.event
Modifier and TypeClassDescriptionclass
This event signals that the node is shut down.class
This event signals that the node has terminated normally.class
This event signals that the node is currently not connected to a super peer.class
This event signals that the node is currently connected to a super peer.class
This event signals that the node encountered an unrecoverable error.class
This event signals that the node has been started.