Uses of Interface
org.apache.fulcrum.security.session.SessionBindingEvent
Package | Description |
---|---|
org.apache.fulcrum.security.session |
-
Uses of SessionBindingEvent in org.apache.fulcrum.security.session
Methods in org.apache.fulcrum.security.session with parameters of type SessionBindingEvent Modifier and Type Method Description void
SessionBindingListener. valueBound(SessionBindingEvent event)
Notifies the object that it is being bound to a session and identifies the session.void
SessionBindingListener. valueUnbound(SessionBindingEvent event)
Notifies the object that it is being unbound from a session and identifies the session.