Interface SessionBindingNotifier
-
public interface SessionBindingNotifierNotifies attributes of a session implementing session binding listener.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidbound()Notifies all attributes that they are being unbound from a given session.voidunbound()Notifies all attributes that they are being unbound from a given session.
-