Package org.bedework.sysevents.listeners
Class CollectionListener
java.lang.Object
org.bedework.sysevents.listeners.SysEventListener
org.bedework.sysevents.listeners.SysEventListenerImpl
org.bedework.sysevents.listeners.CollectionListener
This is the implementation of a notifications action class which logs
system events.
- Author:
- Mike Douglass douglm - rpi.edu
-
Field Summary
Fields inherited from class org.bedework.sysevents.listeners.SysEventListenerImpl
props, sysCode -
Constructor Summary
ConstructorsConstructorDescriptionCollectionListener(String colPath, SysEventBase.SysCode code, SysEventActionClass actionObject) -
Method Summary
Methods inherited from class org.bedework.sysevents.listeners.SysEventListenerImpl
action, setActionClassName, setActionObject, toXml
-
Constructor Details
-
CollectionListener
public CollectionListener(String colPath, SysEventBase.SysCode code, SysEventActionClass actionObject) throws NotificationException - Parameters:
colPath-code-actionObject-- Throws:
NotificationException
-