Package com.sdm.quasar.client.core.application

Interface Summary
Application Represents the client application and offers access to the basic components of the application scope.
ApplicationConfiguration  
ApplicationConfiguration.ApplicationSetterAccess A callback interface passed to the ApplicationConfiguration.configureApplication(com.sdm.quasar.client.core.application.ApplicationConfiguration.ApplicationSetterAccess, Application) method in order to set the Application's manager implementation.
Session Represents a session.
SessionCreator Encapsulates the creation of a new session instance.
SessionListener Observer of SessionManager, is notified when Sessions are created and disposing.
SessionManager Manages the Sessions within an Application.
 

Class Summary
AbstractApplication Abstract implementation for the Application interface.
AbstractApplicationCreator An application creator is responsible for creating and configuration of an Application instance.
AbstractSessionManager Basic implementation of SessionManager.
DefaultSessionManager The default implementation of a SessionManager for a swing client.
SessionId Identifies a session within the application.