Interface IAspectWriteActivator


public interface IAspectWriteActivator
  • Method Summary

    Modifier and Type
    Method
    Description
    <P extends IPartTypeWriter<P, S>, S extends IPartStateWriter<P>>
    void
    onActivate(P partType, PartTarget target, S state)
    When this aspect has become active.
  • Method Details

    • onActivate

      <P extends IPartTypeWriter<P, S>, S extends IPartStateWriter<P>> void onActivate(P partType, PartTarget target, S state)
      When this aspect has become active.
      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.