Package org.drasyl.node.event
Class NodeOnlineEvent
java.lang.Object
org.drasyl.node.event.NodeOnlineEvent
This event signals that the node is currently connected to a super peer. This means that it can
be contacted by other peers connected to the same super peer. In addition, the super peer can
assist in establishing direct connections to other peers.
If the node has been configured with no super peer, this event will never be emitted.
This is an immutable object.
- See Also:
-
Constructor Details
-
NodeOnlineEvent
public NodeOnlineEvent()
-
-
Method Details
-
of
- Throws:
NullPointerException
- ifnode
isnull
-