Module jakarta.el
Package jakarta.el

Interface ELContextListener

All Superinterfaces:
EventListener

public interface ELContextListener extends EventListener
The listener interface for receiving notification when an ELContext is created.
Since:
Jakarta Server Pages 2.1
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Invoked when a new ELContext has been created.
  • Method Details

    • contextCreated

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