fix #6342: fix exception when using ? in selection dialog
[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 }