Interface ELContextListener
- All Superinterfaces:
EventListener
The listener interface for receiving notification when an
ELContext is created.-
Method Summary
Modifier and TypeMethodDescriptionvoidInvoked when a new ELContext has been created.
-
Method Details
-
contextCreated
Invoked when a new ELContext has been created.- Parameters:
ece- the notification event.
-