Package org.drasyl.event
Interface Event
- All Known Subinterfaces:
GroupEvent,NodeEvent,PeerEvent
- All Known Implementing Classes:
GroupJoinedEvent,GroupJoinFailedEvent,GroupLeftEvent,GroupMemberJoinedEvent,GroupMemberLeftEvent,MessageEvent,NodeDownEvent,NodeNormalTerminationEvent,NodeOfflineEvent,NodeOnlineEvent,NodeUnrecoverableErrorEvent,NodeUpEvent,PeerDirectEvent,PeerRelayEvent
public interface Event
Describes an Event that provides the application with information about the local node, other
peers, connections or incoming messages.