Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.automation.client
Interface AsyncCallback<T>


public interface AsyncCallback<T>

Author:
Bogdan Stefanescu

Method Summary
 void onError(Throwable e)
           
 void onSuccess(T data)
           
 

Method Detail

onError

void onError(Throwable e)

onSuccess

void onSuccess(T data)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.