Interface PreviousNextListener
-
- All Superinterfaces:
java.util.EventListener
public interface PreviousNextListener extends java.util.EventListenerAn interface for handling events from aPreviousNextPanel.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidselectNext(PreviousNextPanel source)Select the next value in the sequence.voidselectPrevious(PreviousNextPanel source)Select the previous value in the sequence.
-
-
-
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.
-
-