astex.generic
Class GenericEvent

java.lang.Object
  extended by astex.generic.Generic
      extended by astex.generic.GenericEvent
All Implemented Interfaces:
GenericInterface

public class GenericEvent
extends Generic

    


Field Summary
static java.lang.String Child
           
static java.lang.String ChildAdded
           
static java.lang.String ChildRemoved
           
static java.lang.String Class
           
static java.lang.String Name
           
static java.lang.String Parent
           
static java.lang.String ParentAdded
           
static java.lang.String ParentRemoved
           
static java.lang.String PropertyChanged
           
static java.lang.String Target
           
static java.lang.String Type
           
static java.lang.String Value
           
 
Fields inherited from class astex.generic.Generic
ClassName
 
Constructor Summary
GenericEvent(java.lang.String type, java.lang.Object target, java.lang.Object a, java.lang.Object b)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class astex.generic.Generic
addChild, addListener, addParent, get, getBoolean, getChildren, getClassname, getDouble, getInteger, getParents, getProperties, getString, main, removeChild, removeListener, removeParent, set, setBoolean, setClassname, setDouble, setInteger, setString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

Class

public static final java.lang.String Class
See Also:
Constant Field Values

Type

public static final java.lang.String Type
See Also:
Constant Field Values

PropertyChanged

public static final java.lang.String PropertyChanged
See Also:
Constant Field Values

ChildAdded

public static final java.lang.String ChildAdded
See Also:
Constant Field Values

ChildRemoved

public static final java.lang.String ChildRemoved
See Also:
Constant Field Values

ParentAdded

public static final java.lang.String ParentAdded
See Also:
Constant Field Values

ParentRemoved

public static final java.lang.String ParentRemoved
See Also:
Constant Field Values

Name

public static final java.lang.String Name
See Also:
Constant Field Values

Value

public static final java.lang.String Value
See Also:
Constant Field Values

Target

public static final java.lang.String Target
See Also:
Constant Field Values

Child

public static final java.lang.String Child
See Also:
Constant Field Values

Parent

public static final java.lang.String Parent
See Also:
Constant Field Values
Constructor Detail

GenericEvent

public GenericEvent(java.lang.String type,
                    java.lang.Object target,
                    java.lang.Object a,
                    java.lang.Object b)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object