public class ELContextEvent
extends java.util.EventObject
ELContext has been created. The source object is the
ELContext that was created.| 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.
|
public ELContextEvent(ELContext source)
source - the ELContext that was created.public ELContext getELContext()