planetj.database
Class RowEvent
java.lang.Object
|
+--java.util.EventObject
|
+--planetj.database.RowEvent
- All Implemented Interfaces:
- Serializable
- public class RowEvent
- extends EventObject
This is the event class to support the planetj.database.IRowEventListener interface.
- See Also:
- Serialized Form
Constructor Summary |
RowEvent(Object source,
short pMode)
RowEvent constructor comment. |
Method Summary |
short |
getMode()
Returns the mode. |
String |
toString()
Returns a String representation of this EventObject. |
PRE_INSERT
public static final short PRE_INSERT
- See Also:
- Constant Field Values
POST_INSERT
public static final short POST_INSERT
- See Also:
- Constant Field Values
PRE_UPDATE
public static final short PRE_UPDATE
- See Also:
- Constant Field Values
POST_UPDATE
public static final short POST_UPDATE
- See Also:
- Constant Field Values
PRE_DELETE
public static final short PRE_DELETE
- See Also:
- Constant Field Values
POST_DELETE
public static final short POST_DELETE
- See Also:
- Constant Field Values
POST_CREATE
public static final short POST_CREATE
- See Also:
- Constant Field Values
RowEvent
public RowEvent(Object source,
short pMode)
- RowEvent constructor comment.
- Parameters:
source
- java.lang.ObjectpMode
- short declared in the class of RowEvent. Ensure you pass one of those constants.
getMode
public short getMode()
- Returns the mode. This will be one of the constants in RowEvent.
Creation date: (7/11/2002 1:13:12 PM)
- Returns:
- short
toString
public String toString()
- Returns a String representation of this EventObject.
- Overrides:
toString
in class EventObject
- Returns:
- A a String representation of this EventObject.