pt.moredata.wizard.event
Class WizardEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bypt.moredata.wizard.event.WizardEvent
All Implemented Interfaces:
java.io.Serializable

public class WizardEvent
extends java.util.EventObject

WizardEvent.java Title:

Description:

Descrição de um evento ocorrido num wizard Company MoreData

Version:
$Revision: 1.1 $
Author:
pcarmo
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
WizardEvent(SwingWizardControler _source)
           
 
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(SwingWizardControler _source)