Class DelegateActivitiEventListener

    • Field Detail

      • className

        protected java.lang.String className
      • failOnException

        protected boolean failOnException
    • Constructor Detail

      • DelegateActivitiEventListener

        public DelegateActivitiEventListener​(java.lang.String className,
                                             java.lang.Class<?> entityClass)
    • Method Detail

      • onEvent

        public void onEvent​(ActivitiEvent event)
        Description copied from interface: ActivitiEventListener
        Called when an event has been fired
        Parameters:
        event - the event
      • isFailOnException

        public boolean isFailOnException()
        Returns:
        whether or not the current operation should fail when this listeners execution throws an exception.