Uses of Interface
org.refcodes.component.Openable.OpenAutomaton
-
-
Uses of Openable.OpenAutomaton in org.refcodes.component
Subinterfaces of Openable.OpenAutomaton in org.refcodes.component Modifier and Type Interface Description static interface
LinkComponent.LinkAutomaton
A system implementing theLinkComponent.LinkAutomaton
interface supports managingLinkComponent
instances and takes care that the open/close statuses are invoked in the correct order by throwing according exceptions in case the open/close-cycle is invoked in the wrong order.Classes in org.refcodes.component that implement Openable.OpenAutomaton Modifier and Type Class Description class
AbstractDeviceAutomaton
TheAbstractDeviceAutomaton
implements the very basicAbstractDeviceAutomaton
functionality.class
DeviceAutomatonImpl
This class implements aLifeCycleComponent.LifeCycleAutomaton
.
-