org.fusesource.fabric.dosgi.api
Interface AsyncCallback<T>

All Known Implementing Classes:
AsyncCallbackFuture

public interface AsyncCallback<T>

Author:
Hiram Chirino

Method Summary
 void onFailure(java.lang.Throwable failure)
           
 void onSuccess(T result)
           
 

Method Detail

onSuccess

void onSuccess(T result)

onFailure

void onFailure(java.lang.Throwable failure)


Copyright © 2013 Red Hat. All Rights Reserved.