- added wizard page listener to react on ENTER key #4853
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / newWizard / IWizardPageListener.java
1 package eu.etaxonomy.taxeditor.newWizard;
2
3 public interface IWizardPageListener {
4
5 public void close();
6
7 }