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.

Since:
JSP 2.1
See Also:
ELContext, ELContextEvent

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.


Submit a bug or feature

Copyright © 2009-2011, Oracle Corporation and/or its affiliates. All Rights Reserved. Use is subject to license terms.

Generated on 10-February-2011 12:41