Class SignalThrowingEventListener

    • Field Detail

      • signalName

        protected java.lang.String signalName
      • processInstanceScope

        protected boolean processInstanceScope
    • Constructor Detail

      • SignalThrowingEventListener

        public SignalThrowingEventListener()
    • Method Detail

      • onEvent

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

        public void setSignalName​(java.lang.String signalName)
      • setProcessInstanceScope

        public void setProcessInstanceScope​(boolean processInstanceScope)
      • isFailOnException

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