Interface IAspectWriteDeactivator
public interface IAspectWriteDeactivator
-
Method Summary
Modifier and TypeMethodDescription<P extends IPartTypeWriter<P,S>, S extends IPartStateWriter<P>>
voidonDeactivate(P partType, PartTarget target, S state) When this aspect has become inactive.
-
Method Details
-
onDeactivate
<P extends IPartTypeWriter<P,S>, void onDeactivateS extends IPartStateWriter<P>> (P partType, PartTarget target, S state) When this aspect has become inactive.- Type Parameters:
P- The part type type.S- The part state.- Parameters:
partType- The part type.target- The position that is targeted by the given part.state- The current state of the given part.
-