com.sibvisions.rad.persist.jdbc.event
Class DBAccessEventHandler<L>

java.lang.Object
  extended by javax.rad.util.EventHandler<L>
      extended by com.sibvisions.rad.persist.jdbc.event.DBAccessEventHandler<L>
Type Parameters:
L - the listener type

public class DBAccessEventHandler<L>
extends EventHandler<L>

The DBAccessEventHandler is a EventHandler which handles IDBAccessListener.


Nested Class Summary
 
Nested classes/interfaces inherited from class javax.rad.util.EventHandler
EventHandler.ListenerHandler
 
Constructor Summary
DBAccessEventHandler(java.lang.Class<L> pClass)
          Creates a new instance of DBAccessEventHandler.
 
Method Summary
 
Methods inherited from class javax.rad.util.EventHandler
addHandler, addListener, addListener, addListener, addListener, addListener, createListener, dispatchEvent, getCurrentDispatchObject, getDefaultListener, getLastDispatchedObject, getListener, getListenerCount, getListeners, getWrappedException, getWrappedExceptionAllowSilent, isDispatchable, isDispatchable, isDispatchEventsEnabled, removeAllListeners, removeHandler, removeListener, removeListener, removeListener, setDefaultListener, setDefaultListener, setDispatchEventsEnabled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DBAccessEventHandler

public DBAccessEventHandler(java.lang.Class<L> pClass)
Creates a new instance of DBAccessEventHandler.

Parameters:
pClass - the listener class


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.