Package org.appng.api

Interface ApplicationController


  • public interface ApplicationController
    Provides methods to startup and shutdown a Application. A Application is NOT forced to provide an implementation of this, it's completely optional. Applications which need to allocate/free some resources on startup/shutdown should use this interface. In each Application there can only be one bean implementing ApplicationController.
    Author:
    Matthias Müller