com.taco.util
Interface IDelayedResult

All Known Implementing Classes:
CachedDelayedResult, CompositeConverter.DelayedConvertedResult, SwingDelayedResult

public interface IDelayedResult

A result that may be computed at a later time.


Method Summary
 java.lang.Object force()
          Force the result to be computed and return it.
 

Method Detail

force

java.lang.Object force()
Force the result to be computed and return it.