effect method

void effect(
  1. BitState<M, L> state
)

Gets called whenever the state of the bit changes.

Implementation

void effect(BitState<M, L> state) {}