Uses of Interface
org.refcodes.component.CompositeComponent
-
-
Uses of CompositeComponent in org.refcodes.component
Subinterfaces of CompositeComponent in org.refcodes.component Modifier and Type Interface Description static interface
CompositeComponent.ExtendedCompositeComponent<CTX,CON>
TheCompositeComponent.ExtendedCompositeComponent
provides extended functionality to theCompositeComponent
's functionality by including extendedOpenable
functionality (ConnectionOpenable
) and extendsInitializable
functionality (Configurable
).Classes in org.refcodes.component that implement CompositeComponent Modifier and Type Class Description class
CompositeComponentImpl<C extends Component>
TheCompositeComponentImpl
is an implementation of theCompositeComponent
.static class
CompositeComponentImpl.ExtendedCompositeComponentImpl<C extends Component,CTX,CON>
TheCompositeComponentImpl.ExtendedCompositeComponentImpl
is an implementation of theCompositeComponent.ExtendedCompositeComponent
.
-