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 implementierenModifikator 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ückgebenModifikator und TypMethodeBeschreibungfinal IContainer<? extends IApplication<?, ?>> AbstractServer.getStoredApplications()Methoden in ch.nolix.system.application.main mit Parametern vom Typ IApplicationModifikator 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
Unterschnittstellen mit Typargumenten vom Typ IApplication in ch.nolix.systemapi.application.mainMethoden in ch.nolix.systemapi.application.main mit Parametern vom Typ IApplicationModifikator und TypMethodeBeschreibungIServer.addApplication(IApplication<?, ?> application) Adds the given application to the currentIServer.