Package adams.gui.wizard
Class DummyProceedAction
- java.lang.Object
-
- adams.gui.wizard.DummyProceedAction
-
- All Implemented Interfaces:
ProceedAction<AbstractWizardPage,AbstractWizardPage>
,Serializable
public class DummyProceedAction extends Object implements ProceedAction<AbstractWizardPage,AbstractWizardPage>
Dummy action, does nothing.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DummyProceedAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onProceed(AbstractWizardPage currPage, AbstractWizardPage nextPage)
Does nothing.
-
-
-
Method Detail
-
onProceed
public void onProceed(AbstractWizardPage currPage, AbstractWizardPage nextPage)
Does nothing.- Specified by:
onProceed
in interfaceProceedAction<AbstractWizardPage,AbstractWizardPage>
- Parameters:
currPage
- the current page that is about to be leftnextPage
- the next page that will get accessed
-
-