Module type JavaServlet.HTTPSessionBindingListener

module type HTTPSessionBindingListener = sig .. end
The module type for listeners compiled with -servlet session-binding-listener.

val value_bound : javax'servlet'http'HttpSessionBindingEvent java_instance -> unit
Called to notify that an object is being bound to a session as its identifier.
 
val value_unbound : javax'servlet'http'HttpSessionBindingEvent java_instance -> unit
Called to notify that an object is being unbound from a session.