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

java.lang.Object
ch.nolix.base.net.clientserver.AbstractApplication<C,S>
Type Parameters:
C - the type of the AbstractBackendClients of a AbstractApplication.
S - the type of the application service of a AbstractApplication.
All Implemented Interfaces:
Application<C,S>, ClientManager<C>
Direct Known Subclasses:
BasicApplication

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