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


public interface IServicesListener

Interface used to get called back when the Services infrastructure has been fully initialized (created and started).

Author:
eric.wittmann@redhat.com

Method Summary
 void onAllServicesStarted()
          Called back when all of the IServices have been started.
 void onError(Throwable error)
          Called if there is some problem with any IService.
 

Method Detail

onAllServicesStarted

void onAllServicesStarted()
Called back when all of the IServices have been started.


onError

void onError(Throwable error)
Called if there is some problem with any IService.

Parameters:
error -


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