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