Package org.drasyl.handler.discovery
Class RemovePathEvent
java.lang.Object
org.drasyl.handler.discovery.RemovePathEvent
- All Implemented Interfaces:
PathEvent
Signals that a direct routing path to
PathEvent.getAddress()
is no longer
available.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic RemovePathEvent
of
(DrasylAddress publicKey, 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
-
RemovePathEvent
public RemovePathEvent()
-
-
Method Details
-
of
-