com.sage.swt.client.ui.builder
Interface FeatureModuleCallback


public interface FeatureModuleCallback

Callback interface for an FeatureModule. The feature module uses this callback to notify the caller when it (the feature module) has finished its handling an instance context during that context's load. The feature module also uses this callback to notify the caller when it (the feature module) has encountered an error that prevents it from finishing its handling of an instance context's load.


Method Summary
 void onDone()
          Notification that the feature module has finished handling that instance context (during that context's load sequence).
 void onError()
          Notification that the feature module encountered errors and could not finish its handling of the instance context (during that context's load sequence).
 

Method Detail

onDone

void onDone()
Notification that the feature module has finished handling that instance context (during that context's load sequence).


onError

void onError()
Notification that the feature module encountered errors and could not finish its handling of the instance context (during that context's load sequence).



Copyright © 2011 Sage Software, Inc. All rights reserved.