com.ozziefix.jlwizard.event
Class WizardEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.ozziefix.jlwizard.event.WizardEvent
All Implemented Interfaces:
java.io.Serializable

public class WizardEvent
extends java.util.EventObject

An event object for wizard-related events.

Version:
$Revision: 1.1 $
Author:
Jurgen Lust
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
WizardEvent(Wizard wizard)
           Creates a new WizardEvent object.
 
Method Summary
 Wizard getWizard()
           The source of this 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 wizard)

Creates a new WizardEvent object.

Parameters:
wizard - the source of this event
Method Detail

getWizard

public Wizard getWizard()

The source of this event

Returns:
the wizard


Copyright © 2004 - 2005 by Jurgen Lust.