Interface SessionActivationNotifier
-
- All Known Implementing Classes:
ImmutableSessionActivationNotifier
public interface SessionActivationNotifierNotifies attributes of a session implementing session activation listener.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidpostActivate()Notifies interested attributes that they are were activated.voidprePassivate()Notifies interested attributes that they will be passivated.
-