Interface SessionBindingNotifier
public interface SessionBindingNotifier
Notifies attributes of a session implementing session binding listener.
- Author:
- Paul Ferraro
-
Method Summary
-
Method Details
-
bound
void bound()Notifies all attributes that they are being unbound from a given session. -
unbound
void unbound()Notifies all attributes that they are being unbound from a given session.
-