org.tm4j.tmnav.env.TMNavSession .addShutdownListener(org.tm4j.tmnav.env.TMNavShutdownListener listener)

Description

adds a TMNavShutdownListener to the set of listeners that will be informed of an upcoming shutdown event.
The Listeners are stored in a Set. Therefor it is guaranteed, that no ShutdownListener is called twice.

Parameters
org.tm4j.tmnav.env.TMNavShutdownListener listener the listener to be added

Other Resources

Related Topics

Has Parameters