onSpringActivate abstract method

void onSpringActivate(
  1. Spring spring
)

called whenever the spring leaves its resting state @param spring the spring that has left its resting state

Implementation

void onSpringActivate(Spring spring);