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

java.lang.Object
ch.nolix.system.application.main.Application<C,S>
Type Parameters:
C - is the type of the AbstractBackendClients of a Application.
S - is the type of the application service of a Application.
All Implemented Interfaces:
IApplication<C,S>
Direct Known Subclasses:
BasicApplication

public abstract class Application<C extends AbstractBackendClient<C,S>, S> extends Object implements IApplication<C,S>
Author:
Silvan Wyss