com.ds.fw.types
Class FwEventArgs

java.lang.Object
  |
  +--com.ds.fw.types.FwSimpleObject
        |
        +--com.ds.fw.types.FwEventArgs
All Implemented Interfaces:
java.lang.Cloneable, FwCopyableIF, FwDisplayableIF, FwSimpleObjectIF, java.io.Serializable

public class FwEventArgs
extends FwSimpleObject

See Also:
Serialized Form

Field Summary
static com.ds.fw.types.FwEventArgs Empty
           
 
Constructor Summary
FwEventArgs()
           
 
Methods inherited from class com.ds.fw.types.FwSimpleObject
getClassName, getClone, getCopy, getCopy, getDeepCopy, getDisplayString, getDisplayStringFor, postCopy, printStackTrace, toString, toStringValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

Empty

public static com.ds.fw.types.FwEventArgs Empty
Constructor Detail

FwEventArgs

public FwEventArgs()