com.ikokoon.serenity.persistence
Interface IDataBaseEvent


public interface IDataBaseEvent

This is an event that is fired by the database on events that can be useful to the database manager or any other interested objects.

Since:
10.12.09
Version:
01.00
Author:
Michael Couck

Nested Class Summary
static class IDataBaseEvent.Type
          The types of events that the database can fire.
 
Method Summary
 IDataBase getDataBase()
          Access to the database that fired the event.
 IDataBaseEvent.Type getEventType()
          Access to the type of event the database is firing.
 

Method Detail

getEventType

IDataBaseEvent.Type getEventType()
Access to the type of event the database is firing.

Returns:
the event type

getDataBase

IDataBase getDataBase()
Access to the database that fired the event.

Returns:
the database that fired the event


Copyright © 2010. All Rights Reserved.