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 voidEventTypeDrasylNode.onNodeEvent(NodeEvent event)  - 
Uses of NodeEvent in org.drasyl.node.event
Classes in org.drasyl.node.event that implement NodeEventModifier and TypeClassDescriptionclassThis event signals that the node is shut down.classThis event signals that the node has terminated normally.classThis event signals that the node is currently not connected to a super peer.classThis event signals that the node is currently connected to a super peer.classThis event signals that the node encountered an unrecoverable error.classThis event signals that the node has been started.