Community
Participate
Working Groups
The shape of the SessionShutdownAdapter still prepares fdor two shutdown-scenarios: a) the session is invalidated while the UI thread is alive b) the UI thread has terminated (i.e. used closed the appllication) when the session is invalidated With the current implementation, the UI thread is kept alive in any case so that only variant a) is needed any more. The code to support variant b) should be removed and the SessionShutdownAdapter should be refactored to serve the reduced requirements.