Package org.gvsig.annotation.swing
Interface AnnotationWizardPanelActionListener
public interface AnnotationWizardPanelActionListener
Listener for the wizard. It controls the events thrown by the wizard.
- Author:
- Jorge Piera Llodrá
-
Method Summary
Modifier and TypeMethodDescriptionvoidcancel(JAnnotationCreationServicePanel annotationCreationServicePanel) voidfinish(JAnnotationCreationServicePanel annotationCreationServicePanel) When the wizard is closed this event is thrown.
-
Method Details
-
finish
When the wizard is closed this event is thrown. -
cancel
-