Interface ELContextListener
-
- All Superinterfaces:
java.util.EventListener
public interface ELContextListener extends java.util.EventListenerThe listener interface for receiving notification when anELContextis created.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcontextCreated(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.
-
-