Uses of Interface
ch.nolix.systemapi.application.main.IApplication
Packages that use IApplication
-
Uses of IApplication in ch.nolix.system.application.main
Classes in ch.nolix.system.application.main that implement IApplicationModifier and TypeClassDescriptionclassApplication<C extends AbstractBackendClient<C,S>, S> final classBasicApplication<C extends AbstractBackendClient<C,S>, S> Methods in ch.nolix.system.application.main that return types with arguments of type IApplicationModifier and TypeMethodDescriptionfinal IContainer<? extends IApplication<?, ?>> AbstractServer.getStoredApplications()Methods in ch.nolix.system.application.main with parameters of type IApplicationModifier and TypeMethodDescriptionfinal SAbstractServer.addApplication(IApplication<?, ?> application) Adds the given application to the currentIServer. -
Uses of IApplication in ch.nolix.systemapi.application.main
Subinterfaces with type arguments of type IApplication in ch.nolix.systemapi.application.mainMethods in ch.nolix.systemapi.application.main with parameters of type IApplicationModifier and TypeMethodDescriptionIServer.addApplication(IApplication<?, ?> application) Adds the given application to the currentIServer.