JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.datasource.beans
Class JCDataEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--com.klg.jclass.datasource.beans.JCDataEvent
All Implemented Interfaces:
Serializable

public class JCDataEvent
extends EventObject

JCDataEvent describes a Bean value change.

See Also:
Serialized Form

Field Summary
static int DATASOURCE_BEAN_COMPONENT_VALUE
          NodeProperties value change.
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
JCDataEvent(Object source)
          Constructor for JCDataEvent.
JCDataEvent(Object source, int value)
          Constructor for JCDataEvent.
JCDataEvent(Object source, int value, com.klg.jclass.datasource.beans.NodeProperties comp)
          Constructor for JCDataEvent.
JCDataEvent(Object source, com.klg.jclass.datasource.beans.NodeProperties comp)
          Constructor for JCDataEvent.
 
Method Summary
 com.klg.jclass.datasource.beans.NodeProperties getNodeProperties()
          Returns the NodeProperties.
 int getValue()
          Returns the value.
 
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
 

Field Detail

DATASOURCE_BEAN_COMPONENT_VALUE

public static final int DATASOURCE_BEAN_COMPONENT_VALUE
NodeProperties value change.

See Also:
Constant Field Values
Constructor Detail

JCDataEvent

public JCDataEvent(Object source)
Constructor for JCDataEvent.

Parameters:
source - the data Bean component

JCDataEvent

public JCDataEvent(Object source,
                   int value)
Constructor for JCDataEvent.

Parameters:
source - the data Bean component
value - the component value

JCDataEvent

public JCDataEvent(Object source,
                   com.klg.jclass.datasource.beans.NodeProperties comp)
Constructor for JCDataEvent.

Parameters:
source - the data Bean component
comp - the NodeProperties

JCDataEvent

public JCDataEvent(Object source,
                   int value,
                   com.klg.jclass.datasource.beans.NodeProperties comp)
Constructor for JCDataEvent.

Parameters:
source - the data Bean component
value - the component value
comp - the NodeProperties
Method Detail

getValue

public int getValue()
Returns the value.

Returns:
the value

getNodeProperties

public com.klg.jclass.datasource.beans.NodeProperties getNodeProperties()
Returns the NodeProperties.

Returns:
the NodeProperties

Copyright © 2004 Quest Software Inc..
All rights reserved.