Class NodeOfflineEvent

java.lang.Object
org.drasyl.node.event.NodeOfflineEvent
All Implemented Interfaces:
Event, NodeEvent

public abstract class NodeOfflineEvent extends Object implements NodeEvent
This event signals that the node is currently not connected to a super peer. This means that the node cannot be discovered and contacted by remote peers. Existing direct connections are not affected by this event. Lost direct connections may not be recovered

If the node has been configured with no super peer, this event will never be emitted.

This is an immutable object.

See Also: