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