butler.swing.record
Class Stepper
java.lang.Object
butler.swing.record.Stepper
- All Implemented Interfaces:
- RecordSelectionListener, java.awt.event.ActionListener, java.util.EventListener
public class Stepper
- extends java.lang.Object
- implements RecordSelectionListener, java.awt.event.ActionListener
- Author:
- Anders Eriksson
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PRIOR_ACTIONCOMMAND
public static final java.lang.String PRIOR_ACTIONCOMMAND
- See Also:
- Constant Field Values
NEXT_ACTIONCOMMAND
public static final java.lang.String NEXT_ACTIONCOMMAND
- See Also:
- Constant Field Values
Stepper
public Stepper()
addRecordSelectionListener
public void addRecordSelectionListener(RecordSelectionListener listener)
recordSelected
public void recordSelected(Record rec)
throws java.lang.Exception
- Specified by:
recordSelected
in interface RecordSelectionListener
- Throws:
java.lang.Exception
recordListSelected
public void recordListSelected(RecordList recList)
throws java.lang.Exception
- Specified by:
recordListSelected
in interface RecordSelectionListener
- Throws:
java.lang.Exception
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent event)
- Specified by:
actionPerformed
in interface java.awt.event.ActionListener