public class WizardController
extends java.lang.Object
implements java.awt.event.ActionListener
Constructor and Description |
---|
WizardController(Wizard w)
This constructor accepts a reference to the Wizard component that created it,
which it uses to update the button components and access the WizardModel.
|
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent evt)
Calling method for the action listener interface.
|
public WizardController(Wizard w)
w
- A callback to the Wizard component that created this controller.public void actionPerformed(java.awt.event.ActionEvent evt)
actionPerformed
in interface java.awt.event.ActionListener
evt
- The ActionEvent that occurred.