public class ELContextEvent extends EventObject
ELContext
has been created. The source object is the ELContext that was
created.ELContext
,
ELContextListener
,
Serialized Formsource
Constructor and Description |
---|
ELContextEvent(ELContext source)
Constructs an ELContextEvent object to indicate that an
ELContext has been created. |
Modifier and Type | Method and Description |
---|---|
ELContext |
getELContext()
Returns the
ELContext that was created. |
getSource, toString
public ELContextEvent(ELContext source)
ELContext
has been created.source
- the ELContext
that was created.public ELContext getELContext()
ELContext
that was created. This is a type-safe equivalent of the EventObject.getSource()
method.Comments to: el-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.