Verwendungen von Schnittstelle
ch.nolix.systemapi.application.main.IApplication
Packages, die IApplication verwenden
-
Verwendungen von IApplication in ch.nolix.system.application.main
Klassen in ch.nolix.system.application.main, die IApplication implementierenModifizierer und TypKlasseBeschreibungclassApplication<C extends AbstractBackendClient<C,S>, S> final classBasicApplication<C extends AbstractBackendClient<C,S>, S> Methoden in ch.nolix.system.application.main, die Typen mit Argumenten vom Typ IApplication zurückgebenModifizierer und TypMethodeBeschreibungfinal IContainer<? extends IApplication<?, ?>> AbstractServer.getStoredApplications()Methoden in ch.nolix.system.application.main mit Parametern vom Typ IApplicationModifizierer und TypMethodeBeschreibungfinal SAbstractServer.addApplication(IApplication<?, ?> application) Adds the given application to the currentIServer.protected abstract voidAbstractServer.noteRemovedApplication(IApplication<?, ?> application) Notes that the given application has been removed fromt the currentAbstractServer.protected voidLocalServer.noteRemovedApplication(IApplication<?, ?> application) Notes that the given application has been removed fromt the currentAbstractServer.protected voidServer.noteRemovedApplication(IApplication<?, ?> application) Notes that the given application has been removed fromt the currentAbstractServer.protected voidSslServer.noteRemovedApplication(IApplication<?, ?> application) Notes that the given application has been removed fromt the currentAbstractServer. -
Verwendungen von IApplication in ch.nolix.systemapi.application.main
Methoden in ch.nolix.systemapi.application.main mit Parametern vom Typ IApplicationModifizierer und TypMethodeBeschreibungIServer.addApplication(IApplication<?, ?> application) Adds the given application to the currentIServer.