Module org.refcodes.component
Package org.refcodes.component
Interface ConnectionStatusAccessor.ConnectionStatusMutator
- All Known Subinterfaces:
ConnectionStatusAccessor.ConnectionStatusProperty
- Enclosing interface:
- ConnectionStatusAccessor
public static interface ConnectionStatusAccessor.ConnectionStatusMutator
Provides a mutator for a
ConnectionStatus
property.-
Method Summary
Modifier and TypeMethodDescriptionvoid
setConnectionStatus
(ConnectionStatus aConnectionStatus) Sets theConnectionStatus
property for the property.
-
Method Details
-
setConnectionStatus
Sets theConnectionStatus
property for the property.- Parameters:
aConnectionStatus
- TheConnectionStatus
property to be stored by the property.
-