org.apache.http.util.concurrent
Interface Executor


public interface Executor

Abstract command executor. This interface is needed in order to avoid direct dependency on java.util.concurrent in Java 5.

Author:
Oleg Kalnichevski

Method Summary
 void execute(java.lang.Runnable command)
           
 

Method Detail

execute

void execute(java.lang.Runnable command)


Copyright © 2005-2009 Apache Software Foundation. All Rights Reserved.