com.hammurapi.util.concurrent
Interface CallableListener<V>

Type Parameters:
V -

public interface CallableListener<V>

Callback interface for callable execution.

Author:
Pavel Vlasov

Method Summary
 void onCall(V value)
           
 void onException(Exception e)
           
 

Method Detail

onCall

void onCall(V value)

onException

void onException(Exception e)