Package org.refcodes.component
Interface HandleAccessor.HandleMutator<H>
-
- Type Parameters:
H- The type of the handle property.
- All Known Subinterfaces:
HandleAccessor.HandleProperty<H>
- Enclosing interface:
- HandleAccessor<H>
public static interface HandleAccessor.HandleMutator<H>Provides a mutator for a handle property for e.g. key / handle pair.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetHandle(H aHandle)Sets the handle for the handle property.
-
-
-
Method Detail
-
setHandle
void setHandle(H aHandle)
Sets the handle for the handle property.- Parameters:
aHandle- The handle to be stored by the handle property.
-
-