Uses of Class
org.drasyl.event.Node
Packages that use Node
Package
Description
Contains events that inform the application about various states of the drasyl node, incoming
communication, or connection type changes.
-
Uses of Node in org.drasyl.event
Fields in org.drasyl.event declared as NodeModifier and TypeFieldDescriptionprotected final NodeAbstractNodeEvent.nodeprotected final NodeAbstractNodeEvent.nodeprotected final NodeAbstractNodeEvent.nodeprotected final NodeAbstractNodeEvent.nodeprotected final NodeAbstractNodeEvent.nodeprotected final NodeAbstractNodeEvent.nodeMethods in org.drasyl.event that return NodeModifier and TypeMethodDescriptionNodeEvent.getNode()Returns the node to which this event refers.static Nodestatic NodeConstructors in org.drasyl.event with parameters of type NodeModifierConstructorDescriptionNodeDownEvent(Node node) NodeOfflineEvent(Node node) NodeOnlineEvent(Node node) NodeUnrecoverableErrorEvent(Node node, Throwable error) NodeUpEvent(Node node)