net.agmodel.chizuBean
Class ChizuEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--net.agmodel.chizuBean.ChizuEvent
All Implemented Interfaces:
Serializable

public class ChizuEvent
extends EventObject

Title:

Description:

Copyright: Copyright (c) 2002

Company:

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ChizuEvent(Object source, ChizuResult someData)
           
 
Method Summary
 ChizuResult getChizuData()
           
 
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

ChizuEvent

public ChizuEvent(Object source,
                  ChizuResult someData)
Method Detail

getChizuData

public ChizuResult getChizuData()