Uses of Class
org.overlord.sramp.ui.client.services.ServiceLifecycleContext

Packages that use ServiceLifecycleContext
org.overlord.sramp.ui.client.services   
org.overlord.sramp.ui.client.services.breadcrumb   
org.overlord.sramp.ui.client.services.i18n   
org.overlord.sramp.ui.client.services.place   
 

Uses of ServiceLifecycleContext in org.overlord.sramp.ui.client.services
 

Methods in org.overlord.sramp.ui.client.services with parameters of type ServiceLifecycleContext
static void Services.init(Map<Class<? extends IService>,IService> registeredServices, ServiceLifecycleContext context, IServicesListener servicesListener)
          Initializes the Services infrastructure.
 void AbstractService.start(ServiceLifecycleContext context, IServiceLifecycleListener serviceListener)
           
 void IService.start(ServiceLifecycleContext context, IServiceLifecycleListener serviceListener)
          Called to start the service.
 

Uses of ServiceLifecycleContext in org.overlord.sramp.ui.client.services.breadcrumb
 

Methods in org.overlord.sramp.ui.client.services.breadcrumb with parameters of type ServiceLifecycleContext
 void BreadcrumbService.start(ServiceLifecycleContext context, IServiceLifecycleListener serviceListener)
           
 

Uses of ServiceLifecycleContext in org.overlord.sramp.ui.client.services.i18n
 

Methods in org.overlord.sramp.ui.client.services.i18n with parameters of type ServiceLifecycleContext
 void LocalizationService.start(ServiceLifecycleContext context, IServiceLifecycleListener serviceListener)
           
 

Uses of ServiceLifecycleContext in org.overlord.sramp.ui.client.services.place
 

Methods in org.overlord.sramp.ui.client.services.place with parameters of type ServiceLifecycleContext
 void PlaceService.start(ServiceLifecycleContext context, IServiceLifecycleListener serviceListener)
           
 



Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.