Interface HttpSessionBindingListener

All Superinterfaces:
EventListener

public interface HttpSessionBindingListener extends EventListener
The HttpSessionBindingListener API.
Author:
Manfred Riem ([email protected])
  • Method Details

    • valueBound

      default void valueBound(HttpSessionBindingEvent event)
      Handle the value bound event.
      Parameters:
      event - the HTTP session binding event.
    • valueUnbound

      default void valueUnbound(HttpSessionBindingEvent event)
      Handle the value unbound event.
      Parameters:
      event - the HTTP session binding event.