|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.rad.util.EventHandler<L>
com.sibvisions.rad.persist.event.StorageEventHandler<L>
L
- the Listener typepublic class StorageEventHandler<L>
The StorageEventHandler
is a EventHandler
that
handles Events, and throws DataSourceExceptions.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class javax.rad.util.EventHandler |
---|
EventHandler.ListenerHandler |
Constructor Summary | |
---|---|
StorageEventHandler(java.lang.Class<L> pListenerType)
Constructs a new EventHandler, the listener type may only have 1 method. |
Method Summary | |
---|---|
java.lang.Object |
dispatchEvent(java.lang.Object... pEventParameter)
Dispatches the given events to all listeners. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StorageEventHandler(java.lang.Class<L> pListenerType)
pListenerType
- the listener type interface.Method Detail |
---|
public java.lang.Object dispatchEvent(java.lang.Object... pEventParameter) throws DataSourceException
dispatchEvent
in class EventHandler<L>
pEventParameter
- the event parameter.
DataSourceException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |