livespace.ui.dashboard
Class DashboardRunnable
java.lang.Object
livespace.ui.dashboard.DashboardRunnable
- All Implemented Interfaces:
- Runnable
public class DashboardRunnable
- extends Object
- implements Runnable
A runnable desgned to be used in an async/sync exec call on
dashboard that does the OSGi class-loader switching dance
automatically.
- 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 |
DashboardRunnable
public DashboardRunnable(IDelegate delegate)
- NOTE: this version requires that the context class loader be set
when used in OSGi land.
DashboardRunnable
public DashboardRunnable(ClassLoader classLoader,
IDelegate delegate)
DashboardRunnable
public DashboardRunnable(ClassLoader classLoader,
Runnable runnable)
run
public void run()
- Specified by:
run
in interface Runnable
Copyright © 2008 Commonwealth of Australia