pt.moredata.wizard.event
Class WizardActionEvent

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

public class WizardActionEvent
extends java.util.EventObject

WizardActionEvent.java Title:

Description:

Descrição de um evento ocorrido numa acção do 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
WizardActionEvent(WizardAction _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

WizardActionEvent

public WizardActionEvent(WizardAction _source)