onSpringEndStateChange abstract method

void onSpringEndStateChange(
  1. Spring spring
)

called whenever the spring notifies of displacement state changes @param spring the spring whose end state has changed

Implementation

void onSpringEndStateChange(Spring spring);