Package org.kie.spring.namespace
Class EventListenersUtil
- java.lang.Object
-
- org.kie.spring.namespace.EventListenersUtil
-
public abstract class EventListenersUtil extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringELEMENT_AGENDA_EVENT_LISTENERstatic StringELEMENT_PROCESS_EVENT_LISTENERstatic StringELEMENT_RULE_RUNTIME_EVENT_LISTENERstatic StringTYPE_AGENDA_EVENT_LISTENERstatic StringTYPE_PROCESS_EVENT_LISTENERstatic StringTYPE_WORKING_MEMORY_EVENT_LISTENER
-
Constructor Summary
Constructors Constructor Description EventListenersUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidparseEventListeners(org.springframework.beans.factory.xml.ParserContext parserContext, org.springframework.beans.factory.support.BeanDefinitionBuilder factory, Element element)
-
-
-
Field Detail
-
TYPE_AGENDA_EVENT_LISTENER
public static final String TYPE_AGENDA_EVENT_LISTENER
- See Also:
- Constant Field Values
-
TYPE_PROCESS_EVENT_LISTENER
public static final String TYPE_PROCESS_EVENT_LISTENER
- See Also:
- Constant Field Values
-
TYPE_WORKING_MEMORY_EVENT_LISTENER
public static final String TYPE_WORKING_MEMORY_EVENT_LISTENER
- See Also:
- Constant Field Values
-
ELEMENT_AGENDA_EVENT_LISTENER
public static final String ELEMENT_AGENDA_EVENT_LISTENER
- See Also:
- Constant Field Values
-
ELEMENT_PROCESS_EVENT_LISTENER
public static final String ELEMENT_PROCESS_EVENT_LISTENER
- See Also:
- Constant Field Values
-
ELEMENT_RULE_RUNTIME_EVENT_LISTENER
public static final String ELEMENT_RULE_RUNTIME_EVENT_LISTENER
- See Also:
- Constant Field Values
-
-
Method Detail
-
parseEventListeners
public static void parseEventListeners(org.springframework.beans.factory.xml.ParserContext parserContext, org.springframework.beans.factory.support.BeanDefinitionBuilder factory, Element element)
-
-