Class netscape.peas.RowChangeEvent
All Packages Class Hierarchy This Package Previous Next Index
Class netscape.peas.RowChangeEvent
netscape.peas.NotifyEvent
|
+----netscape.peas.RowChangeEvent
- public class RowChangeEvent
- extends NotifyEvent
A row change event is sent between objects supporting the
Row interface.
-
COLUMN_INFO_CHANGED
-
-
UNKNOWN_TYPE
-
-
VALUE_CHANGED
-
-
RowChangeEvent(int, String, Object, Object, RowProvider)
- Construct a Row cange event give a slew of parameters.
-
getColumnAffected()
- Return the "columnAffected" attribute of this event.
-
getNewValue()
- Get the "newValue" attribute for this RowChangEvent object.
-
getOldValue()
- Get the "oldValue" attribute for this RowChangEvent object.
-
getRowProvider()
- Return interface to RowProvider (part of Row interface).
-
getType()
- Return the "type" attribute of this event.
UNKNOWN_TYPE
public final static int UNKNOWN_TYPE
COLUMN_INFO_CHANGED
public final static int COLUMN_INFO_CHANGED
VALUE_CHANGED
public final static int VALUE_CHANGED
RowChangeEvent
public RowChangeEvent(int iType,
String sColumnAffected,
Object oOldValue,
Object oNewValue,
RowProvider oRowProvider)
- Construct a Row cange event give a slew of parameters.
getType
public int getType()
- Return the "type" attribute of this event.
getColumnAffected
public String getColumnAffected()
- Return the "columnAffected" attribute of this event.
getRowProvider
public RowProvider getRowProvider()
- Return interface to RowProvider (part of Row interface). This
interface may be used to obtain column information (names, types, etc.)
getOldValue
public Object getOldValue()
- Get the "oldValue" attribute for this RowChangEvent object.
getNewValue
public Object getNewValue()
- Get the "newValue" attribute for this RowChangEvent object.
All Packages Class Hierarchy This Package Previous Next Index