Class AddLayerDialog.DialogWizardListener

java.lang.Object
org.gvsig.app.addlayer.AddLayerDialog.DialogWizardListener
All Implemented Interfaces:
WizardListener
Enclosing class:
AddLayerDialog

public class AddLayerDialog.DialogWizardListener extends Object implements WizardListener
Listener para el Wizard de apertura de fichero
Version:
05/09/2007
Author:
BorSanZa - Borja Sánchez Zamorano (borja.sanchez@iver.es)
  • Constructor Details

    • DialogWizardListener

      public DialogWizardListener()
  • Method Details

    • error

      public void error(Exception e)
      Description copied from interface: WizardListener
      Si se produce algún error
      Specified by:
      error in interface WizardListener
      Parameters:
      e - Excepción que se ha producido
    • wizardStateChanged

      public void wizardStateChanged(boolean finishable)
      Description copied from interface: WizardListener
      Invocado cuando el wizard puede ser finalizado porque se ha rellenado toda la información necesaria
      Specified by:
      wizardStateChanged in interface WizardListener