Interface IClickListener<S>

  • Type Parameters:
    S - the source of the event.

    public interface IClickListener<S>
    Click listener contract.
    • Method Detail

      • clicked

        void clicked​(S source)
        Invoked when the source has been clicked.
        Parameters:
        source - the clicked source.