org.activiti.engine.impl.javax.el
接口 ELContextListener

所有超级接口:
EventListener

public interface ELContextListener
extends EventListener

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


方法摘要
 void contextCreated(ELContextEvent ece)
          Invoked when a new ELContext has been created.
 

方法详细信息

contextCreated

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

参数:
ece - the notification event.


Copyright © 2013 Alfresco. All rights reserved.