Produced by Siminov Software Solution LLP

siminov.orm.events
Class EventHandler

java.lang.Object
  extended by siminov.orm.events.EventHandler

public class EventHandler
extends java.lang.Object


Method Summary
 IDatabaseEvents getDatabaseEventHandler()
          Get database event handler registered by application.
static EventHandler getInstance()
           
 ISiminovEvents getSiminovEventHandler()
          Get core event handler registered by application.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static EventHandler getInstance()

getSiminovEventHandler

public ISiminovEvents getSiminovEventHandler()
Get core event handler registered by application.

Returns:
ISiminovEvents object implemented by application.

getDatabaseEventHandler

public IDatabaseEvents getDatabaseEventHandler()
Get database event handler registered by application.

Returns:
IDatabaseEvents object implemented by application.

Apache License 2.0

Copyright 2013