Uses of Interface
rcf.core.framework.component.DynamicOperation

Packages that use DynamicOperation
rcf.core.framework.component The basis of the RCF component framework, on top of which all the bundling and application level indirection is built. 
 

Uses of DynamicOperation in rcf.core.framework.component
 

Classes in rcf.core.framework.component that implement DynamicOperation
static class DynamicOperation.Default
          TODO: Javadoc
 

Methods in rcf.core.framework.component that return DynamicOperation
 DynamicOperation ReflectedOperation.Default.bind(Object o)
           
 DynamicOperation DynamicOperation.Default.bind(Object o)
           
 

Methods in rcf.core.framework.component that return types with arguments of type DynamicOperation
 rcf.core.util.map.single.ImmutableSMapCollection<? extends DynamicOperation,String> DynamicComponent.operations()
           
 rcf.core.util.map.single.ImmutableSMapCollection<? extends DynamicOperation,String> DynamicComponent.Abstract.operations()