Uses of Interface
org.overlord.sramp.ui.client.services.IServiceLifecycleListener

Packages that use IServiceLifecycleListener
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 IServiceLifecycleListener in org.overlord.sramp.ui.client.services
 

Methods in org.overlord.sramp.ui.client.services with parameters of type IServiceLifecycleListener
 void AbstractService.start(ServiceLifecycleContext context, IServiceLifecycleListener serviceListener)
           
 void IService.start(ServiceLifecycleContext context, IServiceLifecycleListener serviceListener)
          Called to start the service.
 

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

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

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

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

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

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



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