Interface Wizard.WizardEventListener

  • All Superinterfaces:
    EventListener
    Enclosing class:
    Wizard

    public static interface Wizard.WizardEventListener
    extends EventListener
    Interface to be implemented by all components interested in listening to the events fired by a Wizard
    • Method Detail

      • eventFired

        void eventFired​(Wizard.WizardEvent event)
        What to do when an event is fired
        Parameters:
        event - The event to be fired