org.camunda.bpm.application.impl.event
Class ProcessApplicationEventListenerPlugin

java.lang.Object
  extended by org.camunda.bpm.engine.impl.cfg.AbstractProcessEnginePlugin
      extended by org.camunda.bpm.application.impl.event.ProcessApplicationEventListenerPlugin
All Implemented Interfaces:
ProcessEnginePlugin

public class ProcessApplicationEventListenerPlugin
extends AbstractProcessEnginePlugin

ProcessEnginePlugin enabling the process application event listener support.

Author:
Daniel Meyer

Constructor Summary
ProcessApplicationEventListenerPlugin()
           
 
Method Summary
 void preInit(ProcessEngineConfigurationImpl processEngineConfiguration)
          Invoked before the process engine configuration is initialized.
 
Methods inherited from class org.camunda.bpm.engine.impl.cfg.AbstractProcessEnginePlugin
postInit, postProcessEngineBuild
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessApplicationEventListenerPlugin

public ProcessApplicationEventListenerPlugin()
Method Detail

preInit

public void preInit(ProcessEngineConfigurationImpl processEngineConfiguration)
Description copied from interface: ProcessEnginePlugin

Invoked before the process engine configuration is initialized.

Specified by:
preInit in interface ProcessEnginePlugin
Overrides:
preInit in class AbstractProcessEnginePlugin
Parameters:
processEngineConfiguration - the process engine configuation


Copyright © 2015 camunda services GmbH. All rights reserved.