Uses of Interface
org.refcodes.component.Flushable
-
-
Uses of Flushable in org.refcodes.component
Subinterfaces of Flushable in org.refcodes.component Modifier and Type Interface Description interfaceCompositeComponentAny composite implementation of the refcodes frameworks should implement thisCompositeComponentinterface so that any therein containedComponentinstances' state change methods are supported by theCompositeComponentas well and forwarded to theComponentcontained in theCompositeComponentinstance.static interfaceCompositeComponent.ExtendedCompositeComponent<CTX,CON>TheCompositeComponent.ExtendedCompositeComponentprovides extended functionality to theCompositeComponent's functionality by including extendedOpenablefunctionality (ConnectionOpenable) and extendsInitializablefunctionality (Configurable).static interfaceFlushable.FlushBuilder<B extends Flushable.FlushBuilder<B>>The Interface FlushBuilder.Classes in org.refcodes.component that implement Flushable 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.
-