Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile
11g Release 2 (11.1.2.4.0)

E27204-03


javax.el
Interface ELContextListener

All Superinterfaces:
java.util.EventListener

public interface ELContextListener
extends java.util.EventListener

The listener interface for receiving notification when an ELContext is created.


Method Summary
 void contextCreated(ELContextEvent ece)
          Invoked when a new ELContext has been created.

 

Method Detail

contextCreated

void contextCreated(ELContextEvent ece)
Invoked when a new ELContext has been created.
Parameters:
ece - the notification event.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile
11g Release 2 (11.1.2.4.0)

E27204-03


Copyright © 2012, 2013 Oracle. All Rights Reserved.