Merge branch 'hotfix/5.45.1'
[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 }