Uses of Interface
org.drasyl.node.event.NodeEvent
Packages that use 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
Methods in org.drasyl.node with parameters of type NodeEventModifier and TypeMethodDescriptionprotected void
EventTypeDrasylNode.onNodeEvent
(NodeEvent event) -
Uses of NodeEvent in org.drasyl.node.event
Classes in org.drasyl.node.event that implement NodeEventModifier 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.