Previous
Up
Next
Module type
JavaServlet.HTTPSessionBindingListener
module type
HTTPSessionBindingListener =
sig
..
end
The module type for listeners compiled with
-servlet session-binding-listener
.
val
value_bound
:
JavaServlet.http_session_binding_event
-> unit
Called to notify that an object is being bound to a session as its identifier; see
valueBound(...)
.
val
value_unbound
:
JavaServlet.http_session_binding_event
-> unit
Called to notify that an object is being unbound from a session; see
valueUnbound(...)
.