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 TypeMethodDescriptionvoidsetConnectionStatus(ConnectionStatus aConnectionStatus) Sets theConnectionStatusproperty for the property.
-
Method Details
-
setConnectionStatus
Sets theConnectionStatusproperty for the property.- Parameters:
aConnectionStatus- TheConnectionStatusproperty to be stored by the property.
-