|
Oracle Fusion Middleware Java API Reference for Oracle Mobile Application Framework 2.0.0.0.0 E36392-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Objectjava.util.EventObject
javax.el.ELContextEvent
public class ELContextEvent
An event which indicates that an ELContext
has been created. The source object is the
ELContext that was created.
Constructor Summary | |
---|---|
ELContextEvent(ELContext source)
Constructs an ELContextEvent object to indicate that an ELContext has been created. |
Method Summary | |
---|---|
ELContext |
getELContext()
Returns the ELContext that was created. |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ELContextEvent(ELContext source)
source
- the ELContext that was created.Method Detail |
---|
public ELContext getELContext()
|
Oracle Fusion Middleware Java API Reference for Oracle Mobile Application Framework 2.0.0.0.0 E36392-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |