org.eclipse.net4j.util.concurrent
Class OnePendingExecutor

java.lang.Object
  extended by org.eclipse.net4j.util.concurrent.OnePendingExecutor
All Implemented Interfaces:
Executor

public class OnePendingExecutor
extends Object
implements Executor


Constructor Summary
OnePendingExecutor()
           
 
Method Summary
 void execute(Runnable command)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OnePendingExecutor

public OnePendingExecutor()
Method Detail

execute

public void execute(Runnable command)
Specified by:
execute in interface Executor


Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.