org.drools.guvnor.client.asseteditor.drools.changeset
Interface ResourceElementReadyCommand


public interface ResourceElementReadyCommand

The creation of a new element (unfortunately) is not always synchronous (see CreateAssetResourceWidget.getResourceElement(ResourceElementReadyCommand) This command is used to be notified when the element is ready to be used.


Method Summary
 void onFailure(Throwable cause)
           
 void onSuccess(String resource)
           
 

Method Detail

onSuccess

void onSuccess(String resource)

onFailure

void onFailure(Throwable cause)


Copyright © 2001-2011 JBoss by Red Hat. All Rights Reserved.