borland Packages  Class Hierarchy  jbcl.dataset Package  Index 

MasterUpdateEvent class

java.lang.Object
   +----java.util.EventObject
           +----borland.jbcl.dataset.MasterUpdateEvent

About the MasterUpdateEvent class

Variables  Constructors  Properties  Methods  

Implements ExceptionDispatch, Serializable

This class is used internally by other classes in the JBCL. You should never use this class directly.


MasterUpdateEvent variables

Variables implemented in this class

Variables implemented in java.util.EventObject

MasterUpdateEvent constructors

MasterUpdateEvent properties

*Read-only properties **Write-only properties

Properties implemented in this class

Properties implemented in java.lang.Object

Properties implemented in java.util.EventObject

MasterUpdateEvent methods

Methods implemented in this class

Methods implemented in java.lang.Object

Methods implemented in java.util.EventObject


MasterUpdateEvent variables

CAN_CHANGE

  public static final int CAN_CHANGE = 3
This variable is used internally by other classes in the JBCL. You should never use this variable directly.

CHANGING

  public static final int CHANGING = 2
This variable is used internally by other classes in the JBCL. You should never use this variable directly.

DELETING

  public static final int DELETING = 1
This variable is used internally by other classes in the JBCL. You should never use this variable directly.

MasterUpdateEvent constructors

MasterUpdateEvent(java.lang.Object)

  public MasterUpdateEvent(java.lang.Object source)
This constructor is used internally by other classes in the JBCL. You should never use this constructor directly.

MasterUpdateEvent properties

changingRow

 public final ReadRow getChangingRow()
This property is used internally by other classes in the JBCL. You should never use this property directly.

column

 public final Column getColumn()
This property is used internally by other classes in the JBCL. You should never use this property directly.

ID

 public final int getID()
This property is used internally by other classes in the JBCL. You should never use this property directly.