org.activemath.webapp.base
Interface AppSessionShutdownHook

All Known Implementing Classes:
ExerciseSequencer, MunExerciseSequencer, SimpleExerciseSequencer, TutorialExerciseSequencer, TutorialExerSeqTrainCompetencyLevel, TutorialExerSeqTrainN, TutorialExerSeqTrainNAssessment, XmlrpcManager

public interface AppSessionShutdownHook

Notifier hook that allows an object to be informed of session shutdown. This hook will get called automatically when an object attaches itself via AppSession.attachObject().


Method Summary
 void sessionShutdown(AppSession appSession)
          Inform a listener that an Appsession is being shut down.
 

Method Detail

sessionShutdown

void sessionShutdown(AppSession appSession)
Inform a listener that an Appsession is being shut down. IMPORTANT: Don't block this call longer than necessary!