Package org.refcodes.component
Interface OpenedAccessor.OpenedMutator
-
- All Known Subinterfaces:
OpenedAccessor.OpenedProperty
- Enclosing interface:
- OpenedAccessor
public static interface OpenedAccessor.OpenedMutator
Provides a mutator for a opened property. Determines whether the component's connection is opened. A component's connection is opened after being opened as ofOpenable.open()
orConnectionOpenable.open(Object)
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setOpened(boolean isOpened)
Sets the is-opened property for the opened property.
-