jasco.runtime.aspect
Class HookPropertyChangeEvent

java.lang.Object
  extended by jasco.runtime.aspect.HookPropertyChangeEvent

public class HookPropertyChangeEvent
extends java.lang.Object


Field Summary
static int IS_ADDED
           
static int IS_ENABLED
           
static int IS_REMOVED
           
static int IS_STATIC
           
 
Constructor Summary
HookPropertyChangeEvent(int type)
           
HookPropertyChangeEvent(int type, java.lang.Object value)
           
 
Method Summary
 boolean getBooleanValue()
           
 int getPropertyType()
           
 java.lang.Object getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IS_STATIC

public static final int IS_STATIC
See Also:
Constant Field Values

IS_ENABLED

public static final int IS_ENABLED
See Also:
Constant Field Values

IS_ADDED

public static final int IS_ADDED
See Also:
Constant Field Values

IS_REMOVED

public static final int IS_REMOVED
See Also:
Constant Field Values
Constructor Detail

HookPropertyChangeEvent

public HookPropertyChangeEvent(int type)

HookPropertyChangeEvent

public HookPropertyChangeEvent(int type,
                               java.lang.Object value)
Method Detail

getBooleanValue

public boolean getBooleanValue()
                        throws java.lang.Exception
Throws:
java.lang.Exception

getValue

public java.lang.Object getValue()

getPropertyType

public int getPropertyType()