Interface PreviousNextListener

  • All Superinterfaces:
    java.util.EventListener

    public interface PreviousNextListener
    extends java.util.EventListener
    An interface for handling events from a PreviousNextPanel.
    • Method Detail

      • selectPrevious

        void selectPrevious​(PreviousNextPanel source)
        Select the previous value in the sequence.
      • selectNext

        void selectNext​(PreviousNextPanel source)
        Select the next value in the sequence.