com.zfqjava.swing.event
Class WizardEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--com.zfqjava.swing.event.WizardEvent
All Implemented Interfaces:
java.io.Serializable

public class WizardEvent
extends java.util.EventObject

Defines an event thant encapsulates changes to a wizard The WizardEvent source must be JWizardPane.

See Also:
Serialized Form

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


Copyright © 2001-2003 Extreme Component, Inc. All rights reserved.