Interface ListenerFactory

All Known Implementing Classes:
DefaultListenerFactory

@Internal public interface ListenerFactory
Factory class used by the BpmnParser and BpmnParse to instantiate the behaviour classes for TaskListener and ExecutionListener usages. You can provide your own implementation of this class. This way, you can give different execution semantics to the standard construct. The easiest and advisable way to implement your own ListenerFactory is to extend the DefaultListenerFactory. An instance of this interface can be injected in the ProcessEngineConfigurationImpl and its subclasses.