Uses of Interface
dsto.dfc.reflection.IDelegate

Packages that use IDelegate
dsto.dfc.reflection   
dsto.dfc.util Miscellaneous utility classes. 
livespace.ui.dashboard   
 

Uses of IDelegate in dsto.dfc.reflection
 

Classes in dsto.dfc.reflection that implement IDelegate
 class Delegate
          A delegate to a method in a class instance.
 

Methods in dsto.dfc.reflection with parameters of type IDelegate
 void Delegates.add(IDelegate delegate)
           
 void Delegates.remove(IDelegate delegate)
           
 

Constructors in dsto.dfc.reflection with parameters of type IDelegate
RunnableDelegate(IDelegate delegate)
           
RunnableDelegate(IDelegate delegate, Object... args)
           
 

Uses of IDelegate in dsto.dfc.util
 

Classes in dsto.dfc.util that implement IDelegate
 class TaskDelegate
          A delegate that calls a wrapped delegate as a Task on the supplied scheduler
 

Constructors in dsto.dfc.util with parameters of type IDelegate
TaskDelegate(Scheduler scheduler, IDelegate delegate)
           
 

Uses of IDelegate in livespace.ui.dashboard
 

Classes in livespace.ui.dashboard that implement IDelegate
 class DashboardDelegate
          Deprecated. Use SWTDelegate instead.
 

Methods in livespace.ui.dashboard with parameters of type IDelegate
 void IDashboard.asyncExec(IDelegate delegate)
           
 void DashboardService.asyncExec(IDelegate delegate)
           
 void IDashboard.syncExec(IDelegate delegate)
           
 void DashboardService.syncExec(IDelegate delegate)
           
 

Constructors in livespace.ui.dashboard with parameters of type IDelegate
DashboardDelegate(org.osgi.framework.BundleContext context, IDelegate delegate)
          Deprecated. Create a new instance.
DashboardRunnable(ClassLoader classLoader, IDelegate delegate)
           
DashboardRunnable(IDelegate delegate)
          NOTE: this version requires that the context class loader be set when used in OSGi land.
 



Copyright © 2008 Commonwealth of Australia