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

java.lang.Object
  extended by org.overlord.sramp.ui.client.services.ServiceLifecycleContext

public class ServiceLifecycleContext
extends Object

Context passed to all IServices as they move through their lifecycle.

Author:
eric.wittmann@redhat.com

Constructor Summary
ServiceLifecycleContext()
          Constructor.
 
Method Summary
 IClientFactory getClientFactory()
           
 com.google.web.bindery.event.shared.EventBus getEventBus()
           
 void setClientFactory(IClientFactory clientFactory)
           
 void setEventBus(com.google.web.bindery.event.shared.EventBus eventBus)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceLifecycleContext

public ServiceLifecycleContext()
Constructor.

Method Detail

getClientFactory

public IClientFactory getClientFactory()
Returns:
the clientFactory

setClientFactory

public void setClientFactory(IClientFactory clientFactory)
Parameters:
clientFactory - the clientFactory to set

getEventBus

public com.google.web.bindery.event.shared.EventBus getEventBus()
Returns:
the eventBus

setEventBus

public void setEventBus(com.google.web.bindery.event.shared.EventBus eventBus)
Parameters:
eventBus - the eventBus to set


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