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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RemovePathEventof(DrasylAddress publicKey, Object path) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.drasyl.handler.discovery.PathEvent
getAddress, getPath
-
Constructor Details
-
RemovePathEvent
public RemovePathEvent()
-
-
Method Details
-
of
-