Interface SessionActivationNotifier
- All Known Implementing Classes:
ImmutableSessionActivationNotifier
public interface SessionActivationNotifier
Notifies attributes of a session implementing session activation listener.
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptionvoidNotifies interested attributes that they are were activated.voidNotifies interested attributes that they will be passivated.
-
Method Details
-
prePassivate
void prePassivate()Notifies interested attributes that they will be passivated. -
postActivate
void postActivate()Notifies interested attributes that they are were activated.
-