org.commonreality.executor
Class InlineExecutor

java.lang.Object
  extended by org.commonreality.executor.InlineExecutor
All Implemented Interfaces:
java.util.concurrent.Executor

public class InlineExecutor
extends java.lang.Object
implements java.util.concurrent.Executor

Author:
developer

Constructor Summary
InlineExecutor()
           
 
Method Summary
 void execute(java.lang.Runnable arg0)
           
static java.util.concurrent.Executor get()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InlineExecutor

public InlineExecutor()
Method Detail

get

public static java.util.concurrent.Executor get()

execute

public void execute(java.lang.Runnable arg0)
Specified by:
execute in interface java.util.concurrent.Executor
See Also:
Executor.execute(java.lang.Runnable)