net.sf.asyncobjects.util.callbacks
Interface ACallable<T>

Type Parameters:
T - a value type
All Superinterfaces:
AsyncObject
All Known Implementing Classes:
CallableAdapter.InternalCallableAdapter

public interface ACallable<T>
extends AsyncObject

An asynchronous action that might return a result.

Author:
const
See Also:
CallableAdapter

Method Summary
 Promise<T> call()
           
 
Methods inherited from interface net.sf.asyncobjects.AsyncObject
dereference, isImmediate
 

Method Detail

call

Promise<T> call()
Returns:
a promise for result of asynchronous action


Copyright © 2002-2007 Constantine Plotnikov. All Rights Reserved.