Uses of Interface
org.refcodes.component.Component
-
-
Uses of Component in org.refcodes.component
Classes in org.refcodes.component with type parameters of type Component Modifier and Type Class Description classCompositeComponentImpl<C extends Component>TheCompositeComponentImplis an implementation of theCompositeComponent.static classCompositeComponentImpl.ExtendedCompositeComponentImpl<C extends Component,CTX,CON>TheCompositeComponentImpl.ExtendedCompositeComponentImplis an implementation of theCompositeComponent.ExtendedCompositeComponent.Subinterfaces of Component in org.refcodes.component Modifier and Type Interface Description interfaceConfigurableComponent<CTX>AConfigurableComponentcan be configured invoking the methodConfigurable.initialize(Object).interfaceDigesterComponent<J>interfaceInitializableComponentAInitializableComponentcan be initialized invoking the methodInitializable.initialize().Constructors in org.refcodes.component with parameters of type Component Constructor Description CompositeComponentImpl(C... aComponents)Creates aCompositeComponentImplcontaining the provided components.CompositeComponentImpl(org.refcodes.controlflow.ExecutionStrategy aStrategy, C... aComponents)Creates aCompositeComponentImplcontaining the provided components.ExtendedCompositeComponentImpl(C... aComponents)Instantiates a new extended composite component impl.ExtendedCompositeComponentImpl(org.refcodes.controlflow.ExecutionStrategy aStrategy, C... aComponents)Instantiates a new extended composite component impl.
-