Interface Event<C extends EventType>

All Known Implementing Classes:
ClusterEvent, NetworkEvent

public interface Event<C extends EventType>
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
  • Method Details

    • getMessage

      String getMessage()
    • getType

      C getType()