Package org.drasyl.handler.discovery
Class RemoveChildrenAndPathEvent
java.lang.Object
org.drasyl.handler.discovery.RemoveChildrenAndPathEvent
- All Implemented Interfaces:
PathEvent
Signals that
PathEvent.getAddress()
is no longer registered at us as a
children because the direct routing path to that peer is no longer available.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic RemoveChildrenAndPathEvent
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
-
RemoveChildrenAndPathEvent
public RemoveChildrenAndPathEvent()
-
-
Method Details
-
of
-