Package org.drasyl.handler.discovery
Class RemoveSuperPeerAndPathEvent
java.lang.Object
org.drasyl.handler.discovery.RemoveSuperPeerAndPathEvent
- All Implemented Interfaces:
PathEvent
Signals that we are no longer registered at as a children at
PathEvent.getAddress()
as the direct routing path to that peer is no longer
available.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic RemoveSuperPeerAndPathEvent
of
(DrasylAddress address, Object path) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.drasyl.handler.discovery.PathEvent
getAddress, getPath
-
Constructor Details
-
RemoveSuperPeerAndPathEvent
public RemoveSuperPeerAndPathEvent()
-
-
Method Details
-
of
-