org.activiti.engine.impl.javax.el
类 ELContextEvent
java.lang.Object
java.util.EventObject
org.activiti.engine.impl.javax.el.ELContextEvent
- 所有已实现的接口:
- Serializable
public class ELContextEvent
- extends EventObject
An event which indicates that an ELContext
has been created. The source object is the
ELContext that was created.
- 另请参见:
- 序列化表格
构造方法摘要 |
ELContextEvent(ELContext source)
Constructs an ELContextEvent object to indicate that an ELContext has been created. |
ELContextEvent
public ELContextEvent(ELContext source)
- Constructs an ELContextEvent object to indicate that an ELContext has been created.
- 参数:
source
- the ELContext that was created.
getELContext
public ELContext getELContext()
- Returns the ELContext that was created. This is a type-safe equivalent of the
java.util.EventObject.getSource() method.
- 返回:
- the ELContext that was created.
Copyright © 2013 Alfresco. All rights reserved.