com.jxml.qare.qhome.db
Class CreateEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--com.jxml.qare.qhome.db.CreateEvent
All Implemented Interfaces:
Serializable

public class CreateEvent
extends EventObject

See Also:
Serialized Form

Fields inherited from class java.util.EventObject
source
 
Constructor Summary
CreateEvent(DBRow row)
           
 
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

CreateEvent

public CreateEvent(DBRow row)