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 Node
AbstractNodeEvent.node
protected final Node
AbstractNodeEvent.node
protected final Node
AbstractNodeEvent.node
protected final Node
AbstractNodeEvent.node
protected final Node
AbstractNodeEvent.node
protected final Node
AbstractNodeEvent.node
Methods in org.drasyl.event that return NodeModifier and TypeMethodDescriptionNodeEvent.getNode()
Returns the node to which this event refers.static Node
static Node
Constructors 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)