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

java.lang.Object
ch.nolix.system.application.main.Application<C,S>
Typparameter:
C - is the type of the AbstractBackendClients of a Application.
S - is the type of the application context of a Application.
Alle implementierten Schnittstellen:
IApplication<S>
Bekannte direkte Unterklassen:
BasicApplication, ServerDashboardApplication

public abstract class Application<C extends AbstractBackendClient<C,S>,S> extends Object implements IApplication<S>
Version:
2016-01-01
Autor:
Silvan Wyss