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.

另请参见:
序列化表格

字段摘要
 
从类 java.util.EventObject 继承的字段
source
 
构造方法摘要
ELContextEvent(ELContext source)
          Constructs an ELContextEvent object to indicate that an ELContext has been created.
 
方法摘要
 ELContext getELContext()
          Returns the ELContext that was created.
 
从类 java.util.EventObject 继承的方法
getSource, toString
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

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.