org.overlord.sramp.ui.client.services
Class ServiceLifecycleContext
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceLifecycleContext
public ServiceLifecycleContext()
- Constructor.
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.