Uses of Interface
org.apache.fulcrum.security.session.SessionBindingEvent
Packages that use SessionBindingEvent
-
Uses of SessionBindingEvent in org.apache.fulcrum.security.session
Methods in org.apache.fulcrum.security.session with parameters of type SessionBindingEventModifier and TypeMethodDescriptionvoid
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.