org.drools.guvnor.client.widgets.drools.explorer
Interface PackageReadyCommand


public interface PackageReadyCommand


Method Summary
 void onFailure(Throwable cause)
           
 void onSuccess(String moduleName, String label, String link, String name, String description)
           
 

Method Detail

onSuccess

void onSuccess(String moduleName,
               String label,
               String link,
               String name,
               String description)

onFailure

void onFailure(Throwable cause)


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