Package org.bedework.sysevents.listeners
Class SysEventActionClass
java.lang.Object
org.bedework.sysevents.listeners.SysEventActionClass
- All Implemented Interfaces:
Serializable,org.bedework.util.logging.Logged
- Direct Known Subclasses:
SysEventLoggerAction
public abstract class SysEventActionClass
extends Object
implements org.bedework.util.logging.Logged, Serializable
Listener action class
- Author:
- Mike Douglass
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.bedework.util.logging.Logged
audit, debug, debug, debug, enableAuditLogger, enableErrorLogger, enableMetricsLogger, error, error, error, getLogger, getLogLevel, info, isAuditLoggerEnabled, isErrorLoggerEnabled, isMetricsDebugEnabled, isMetricsLoggerEnabled, metrics, setLoggerClass, setLoggerClass, trace, trace, trace, warn
-
Constructor Details
-
SysEventActionClass
public SysEventActionClass()
-
-
Method Details
-
action
Called whenever a matching event occurs.- Parameters:
ev-- Throws:
NotificationException
-