Interface Event

  • All Known Subinterfaces:
    DistributedEvent
    All Known Implementing Classes:
    RemoteEvent

    public interface Event
    This class implements the system event structure.
    Author:
    javaito
    • Method Summary

      Modifier and Type Method Description
      java.lang.String getName()
      Return the name of the event.
    • Method Detail

      • getName

        java.lang.String getName()
        Return the name of the event.
        Returns:
        Event name.