com.ge.research.utils.db.events
Interface DeleteEventListener

All Superinterfaces:
java.util.EventListener

public interface DeleteEventListener
extends java.util.EventListener

An interface to be implemented by those objects that wish to be notified of database deletions. The event listener should register itself with the appropriate DBPollers to recieve such events.

Version:
$Revision: 1.1 $ $Date: 2006/08/11 00:17:36 $
Author:
garbiras
Created on:
Mar 30, 2005

Method Summary
 void onDeleteEvent(DeleteEvent e)
          The method signature used to receive DeleteEvents from a DBPoller
 

Method Detail

onDeleteEvent

public void onDeleteEvent(DeleteEvent e)
The method signature used to receive DeleteEvents from a DBPoller

Parameters:
e - the DeleteEvent to process