Package org.drasyl.handler.discovery
Interface PathEvent
- All Known Implementing Classes:
AddPathAndChildrenEvent
,AddPathAndSuperPeerEvent
,AddPathEvent
,PathRttEvent
,RemoveChildrenAndPathEvent
,RemovePathEvent
,RemoveSuperPeerAndPathEvent
public interface PathEvent
Classes implementing this interface signals that a direct routing path availability and/or the
relation (children/super peer) to a peer has changed.
-
Method Summary
-
Method Details
-
getAddress
DrasylAddress getAddress() -
getPath
Object getPath()
-