org.camunda.bpm.engine.impl.javax.el
Interface ELContextListener

All Superinterfaces:
EventListener

public interface ELContextListener
extends EventListener

The listener interface for receiving notification when an ELContext is created.


Method Summary
 void contextCreated(ELContextEvent ece)
          Invoked when a new ELContext has been created.
 

Method Detail

contextCreated

void contextCreated(ELContextEvent ece)
Invoked when a new ELContext has been created.

Parameters:
ece - the notification event.


Copyright © 2015 camunda services GmbH. All rights reserved.