Klasse AbstractSession<C extends AbstractBackendClient<C,S>,S>

java.lang.Object
ch.nolix.system.application.main.AbstractSession<C,S>
Typparameter:
C - is the type of the AbstractBackendClient of a AbstractSession.
S - is the type of the context of the parent Application of the parent AbstractBackendClient of a AbstractSession.
Alle implementierten Schnittstellen:
IClientComponent<C>, IRefreshableSubscriber, Refreshable, AlivenessRequestable
Bekannte direkte Unterklassen:
AbstractWebClientSession, TestSession

public abstract class AbstractSession<C extends AbstractBackendClient<C,S>,S> extends Object implements IClientComponent<C>, IRefreshableSubscriber
A AbstractSession manages user run methods and user data methods.
Version:
2016-01-01
Autor:
Silvan Wyss