org.pietschy.wizard
Class WizardEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byorg.pietschy.wizard.WizardEvent
All Implemented Interfaces:
java.io.Serializable

public class WizardEvent
extends java.util.EventObject

This event is fired when ever a Wizard is closed or cancelled.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
WizardEvent(Wizard source)
          Constructs a new event for the specified Wizard.
 
Method Summary
 Wizard getWizard()
          Returns the Wizard that fired the event.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WizardEvent

public WizardEvent(Wizard source)
Constructs a new event for the specified Wizard.

Parameters:
source -
Method Detail

getWizard

public Wizard getWizard()
Returns the Wizard that fired the event.

Returns:
the wizard that fired the event.


Copyright © 2004 Andrew Pietsch.