com.ikokoon.serenity.persistence
Interface IDataBaseListener


public interface IDataBaseListener

This interface is the listener that should be implemented by objects that are interested in events fired by the databases.

Since:
10.12.09
Version:
01.00
Author:
Michael Couck

Method Summary
 void fireDataBaseEvent(IDataBaseEvent dataBaseEvent)
          Fires the event by the database.
 

Method Detail

fireDataBaseEvent

void fireDataBaseEvent(IDataBaseEvent dataBaseEvent)
Fires the event by the database.

Parameters:
dataBaseEvent - the event that the database fired


Copyright © 2010. All Rights Reserved.