Interface CyEvent<T>

    • Method Detail

      • getSource

        T getSource()
        The object that fired the event.
        Returns:
        The object that fired the event.
      • getListenerClass

        Class<?> getListenerClass()
        The Class of the listener that is expected to handle this event.
        Returns:
        The Class of the listener that is expected to handle this event.