org.overlord.sramp.ui.client.services
Interface IService

All Known Subinterfaces:
IArtifactService, IBreadcrumbService, IGrowlService, ILocalizationService, IPlaceService, IQueryService
All Known Implementing Classes:
AbstractService, ArtifactService, BreadcrumbService, GrowlService, LocalizationService, PlaceService, QueryService

public interface IService

All client-side services should implement this interface.

Author:
eric.wittmann@redhat.com

Method Summary
 void start(ServiceLifecycleContext context, IServiceLifecycleListener serviceListener)
          Called to start the service.
 

Method Detail

start

void start(ServiceLifecycleContext context,
           IServiceLifecycleListener serviceListener)
Called to start the service. The service *must* call the IServiceListener back when it is done starting. This provides the Service with an opportunity to do asynchronous start logic.

Parameters:
context -
serviceListener -


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