Package javax.el

Class ELContextEvent

java.lang.Object
java.util.EventObject
javax.el.ELContextEvent
All Implemented Interfaces:
Serializable

public class ELContextEvent extends EventObject
See Also:
  • Constructor Details

    • ELContextEvent

      public ELContextEvent(ELContext source)
      Parameters:
      source - The EL context that was the source of this event
  • Method Details

    • getELContext

      public ELContext getELContext()