org.jbpm.formbuilder.client
Class SimpleTextCallback

java.lang.Object
  extended by org.jbpm.formbuilder.client.SimpleTextCallback
All Implemented Interfaces:
org.fusesource.restygwt.client.MethodCallback<String>, org.fusesource.restygwt.client.TextCallback

public abstract class SimpleTextCallback
extends Object
implements org.fusesource.restygwt.client.TextCallback


Constructor Summary
SimpleTextCallback(String onErrorMessage)
           
 
Method Summary
 void onFailure(org.fusesource.restygwt.client.Method method, Throwable exception)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.fusesource.restygwt.client.MethodCallback
onSuccess
 

Constructor Detail

SimpleTextCallback

public SimpleTextCallback(String onErrorMessage)
Method Detail

onFailure

public void onFailure(org.fusesource.restygwt.client.Method method,
                      Throwable exception)
Specified by:
onFailure in interface org.fusesource.restygwt.client.MethodCallback<String>


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