org.overlord.sramp.ui.client.services.breadcrumb
Class BreadcrumbService

java.lang.Object
  extended by org.overlord.sramp.ui.client.services.AbstractService
      extended by org.overlord.sramp.ui.client.services.breadcrumb.BreadcrumbService
All Implemented Interfaces:
IBreadcrumbService, IService

public class BreadcrumbService
extends AbstractService
implements IBreadcrumbService

Concrete implementation of the breadcrumb service.

Author:
eric.wittmann@redhat.com

Constructor Summary
BreadcrumbService()
          Constructor.
 
Method Summary
 BreadcrumbPanel getBreadcrumbPanel()
          Gets the global breadcrumb panel.
 void start(ServiceLifecycleContext context, IServiceLifecycleListener serviceListener)
          Called to start the service.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BreadcrumbService

public BreadcrumbService()
Constructor.

Method Detail

start

public void start(ServiceLifecycleContext context,
                  IServiceLifecycleListener serviceListener)
Description copied from interface: IService
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.

Specified by:
start in interface IService
Overrides:
start in class AbstractService
See Also:
AbstractService.start(org.overlord.sramp.ui.client.services.ServiceLifecycleContext, org.overlord.sramp.ui.client.services.IServiceLifecycleListener)

getBreadcrumbPanel

public BreadcrumbPanel getBreadcrumbPanel()
Description copied from interface: IBreadcrumbService
Gets the global breadcrumb panel.

Specified by:
getBreadcrumbPanel in interface IBreadcrumbService
See Also:
IBreadcrumbService.getBreadcrumbPanel()


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