Enhydra 5.1 API

org.enhydra.tool.codegen.wizard
Class GenSelectionEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--org.enhydra.tool.codegen.wizard.GenSelectionEvent
All Implemented Interfaces:
java.io.Serializable

public class GenSelectionEvent
extends java.util.EventObject

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
GenSelectionEvent(CodeGenWizard source, Generator gen)
           
 
Method Summary
 Generator getGenerator()
           
 CodeGenWizard getWizard()
           
 
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

GenSelectionEvent

public GenSelectionEvent(CodeGenWizard source,
                         Generator gen)
Method Detail

getGenerator

public Generator getGenerator()

getWizard

public CodeGenWizard getWizard()

Enhydra 5.1 API