org.eclipse.emf.common.util
Interface Callback<T>


public interface Callback<T>


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

Method Detail

onFailure

void onFailure(java.lang.Throwable caught)

onSuccess

void onSuccess(T result)

Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.