org.kahina.core.gui
Class KahinaSelectionHistory
java.lang.Object
org.kahina.core.gui.KahinaSelectionHistory
- All Implemented Interfaces:
- KahinaListener
public class KahinaSelectionHistory
- extends Object
- implements KahinaListener
|
Field Summary |
static boolean |
VERBOSE
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VERBOSE
public static boolean VERBOSE
KahinaSelectionHistory
public KahinaSelectionHistory(KahinaController control)
canMoveToPrevious
public boolean canMoveToPrevious()
canMoveToNext
public boolean canMoveToNext()
moveToPrevious
public void moveToPrevious()
moveToNext
public void moveToNext()
processEvent
public void processEvent(KahinaEvent e)
- Specified by:
processEvent in interface KahinaListener