Package | Description |
---|---|
org.refcodes.component | |
org.refcodes.component.impls | |
org.refcodes.component.mixins |
Modifier and Type | Interface and Description |
---|---|
interface |
CompositeComponent
Any composite implementation of the refcodes frameworks should implement this
CompositeComponent interface so that any therein contained
Component instances' state change methods are supported by the
CompositeComponent as well and forwarded to the Component
contained in the CompositeComponent instance. |
static interface |
CompositeComponent.ExtendedCompositeComponent<CTX,CON>
The
CompositeComponent.ExtendedCompositeComponent provides extended functionality to
the CompositeComponent 's functionality by including extended
Openable functionality (ConnectionOpenable ) and extends
Initializeable functionality (Configurable ). |
Modifier and Type | Class and Description |
---|---|
class |
CompositeComponentImpl<C extends Component>
The
CompositeComponentImpl is an implementation of the
CompositeComponent . |
static class |
CompositeComponentImpl.ExtendedCompositeComponentImpl<C extends Component,CTX,CON>
The
CompositeComponentImpl.ExtendedCompositeComponentImpl is an implementation of the
ExtendedCompositeComponent . |
Modifier and Type | Interface and Description |
---|---|
static interface |
Decomposeable.DecomposeAutomaton
The
Decomposeable.DecomposeAutomaton interface defines those methods related to
the decompose life-cycle. |
Copyright © 2015. All rights reserved.