net.javaprog.ui.wizard
Class WizardModelEvent

java.lang.Object
  extended by java.util.EventObject
      extended by net.javaprog.ui.wizard.WizardModelEvent
All Implemented Interfaces:
Serializable

public class WizardModelEvent
extends EventObject

Information transport object for event notification. Instances of this class are passed to WizardModelListener objects.

Author:
Michael Rudolf
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
WizardModelEvent(WizardModel source)
          Creates a new event with the given WizardModel as event source.
 
Method Summary
 
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

WizardModelEvent

public WizardModelEvent(WizardModel source)
Creates a new event with the given WizardModel as event source.