dsto.dfc.reflection
Class RunnableDelegate

java.lang.Object
  extended by 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

Constructor Summary
RunnableDelegate(IDelegate delegate)
           
RunnableDelegate(IDelegate delegate, Object... args)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RunnableDelegate

public RunnableDelegate(IDelegate delegate)

RunnableDelegate

public RunnableDelegate(IDelegate delegate,
                        Object... args)
Method Detail

run

public void run()
Specified by:
run in interface Runnable


Copyright © 2008 Commonwealth of Australia