planetj.database
Interface IRowEventListener

All Superinterfaces:
EventListener, Serializable
All Known Implementing Classes:
SignOnReceipt

public interface IRowEventListener
extends EventListener, Serializable

Any Object implementing this interface will be able to be informed when Row Events take place. These listeners will get notice when a Row is Deleted, Inserted, Updated. etc.. This Listener must first be added as a listener to Row. Creation date: (7/11/2002 9:40:04 AM)


Method Summary
 boolean handleRowEvent(RowEvent event)
          This will handle the RowEvent accordingly (7/11/2002 1:37:05 PM)
 

Method Detail

handleRowEvent

public boolean handleRowEvent(RowEvent event)
This will handle the RowEvent accordingly (7/11/2002 1:37:05 PM)

Parameters:
event - planetj.database.RowEvent
Returns:
boolean true if everything was a success.