Interface DispatchCallable<T>

All Superinterfaces:
Callable<T>

public interface DispatchCallable<T> extends Callable<T>
Convenience interface so the dispatch package is self-contained
  • Method Summary

    Methods inherited from interface java.util.concurrent.Callable

    call