Package org.drasyl.event
package org.drasyl.event
Contains events that inform the application about various states of the drasyl node, incoming
communication, or connection type changes.
-
ClassDescriptionDescribes an Event that provides the application with information about the local node, other peers, connections or incoming messages.This event signals that the node has received a message addressed to it.Used by
Event
to describe an event related to the local Node (e.g.This event signals that the node is shut down.Events that refer to aNode
.This events signals that the node has terminated normally.This event signals that the node is currently not connected to a super peer.This event signals that the node has successfully registered with the super peer.This events signals that the node encountered an unrecoverable error.This event signals that the node has been started.Used byEvent
to describe an event related to a Peer (e.g.This event signals that the node has established a direct connection to a peer.Events that refer to aPeer
.This event signals that the node has established a connection via a super peer to a peer.