dsto.dfc.reflection
Class RunnableDelegate
java.lang.Object
dsto.dfc.reflection.RunnableDelegate
- All Implemented Interfaces:
- Runnable
public class RunnableDelegate
- extends Object
- implements Runnable
Adapts a delegate to the Runnable interface.
- Author:
- Matthew Phillips
Method Summary |
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RunnableDelegate
public RunnableDelegate(IDelegate delegate)
RunnableDelegate
public RunnableDelegate(IDelegate delegate,
Object... args)
run
public void run()
- Specified by:
run
in interface Runnable
Copyright © 2008 Commonwealth of Australia