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


public interface IServiceLifecycleListener

Service lifecycle listener.

Author:
eric.wittmann@redhat.com

Method Summary
 void onError(Throwable error)
          Called when a service fails to start.
 void onStarted()
          Called when a service has been started.
 

Method Detail

onStarted

void onStarted()
Called when a service has been started.


onError

void onError(Throwable error)
Called when a service fails to start.

Parameters:
error -


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