net.spy.util
Interface RunnableRunner


public interface RunnableRunner

Interface for objects that run runnables.


Method Summary
 void run(Runnable r)
          Run the supplied Runnable.
 

Method Detail

run

public void run(Runnable r)
Run the supplied Runnable.