Uses of Class
dsto.dfc.reflection.InvokeException

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

Uses of InvokeException in dsto.dfc.reflection
 

Methods in dsto.dfc.reflection that throw InvokeException
 void Delegates.fire()
          Invoke all delegates with an empty argument list.
 void Delegates.fire(Object... args)
          Invoke all delegates with the given argument list.
 void IDelegate.invoke(Object... args)
          Invoke the delegate with the given argument list.
 void Delegate.invoke(Object... args)
          Call the method pointed to by the delegate with the default parameter set.
 

Uses of InvokeException in dsto.dfc.util
 

Methods in dsto.dfc.util that throw InvokeException
 void TaskDelegate.invoke(Object... args)
           
 

Uses of InvokeException in livespace.ui.dashboard
 

Methods in livespace.ui.dashboard that throw InvokeException
 void DashboardDelegate.invoke(Object... args)
          Deprecated.  
 



Copyright © 2008 Commonwealth of Australia