Package org.refcodes.interceptor
Interface WorkPieceAccessor.WorkPieceMutator<WP>
-
- Type Parameters:
WP- The type of the work piece.
- All Known Subinterfaces:
WorkPieceAccessor.WorkPieceProperty<WP>
- Enclosing interface:
- WorkPieceAccessor<WP>
public static interface WorkPieceAccessor.WorkPieceMutator<WP>Provides a mutator for a work piece property.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetWorkPiece(WP aWorkPiece)Sets the work piece.
-
-
-
Method Detail
-
setWorkPiece
void setWorkPiece(WP aWorkPiece)
Sets the work piece.- Parameters:
aWorkPiece- the new work piece
-
-