Uses of Class
org.bedework.sysevents.listeners.SysEventActionClass
Packages that use SysEventActionClass
-
Uses of SysEventActionClass in org.bedework.sysevents.listeners
Subclasses of SysEventActionClass in org.bedework.sysevents.listenersModifier and TypeClassDescriptionclassThis is the implementation of a notifications action class which logs system events.Methods in org.bedework.sysevents.listeners with parameters of type SysEventActionClassModifier and TypeMethodDescriptionabstract voidSysEventListener.setActionObject(SysEventActionClass actionObject) Supply action object - will set class name.voidSysEventListenerImpl.setActionObject(SysEventActionClass actionObject) Constructors in org.bedework.sysevents.listeners with parameters of type SysEventActionClassModifierConstructorDescriptionCollectionListener(String colPath, SysEventBase.SysCode code, SysEventActionClass actionObject) SysEventListenerImpl(SysEventBase.SysCode code, SysEventActionClass actionObject)