Package com.kakao.vectormap.label
Interface OnLabelAnimationStopListener
-
public interface OnLabelAnimationStopListenerLabel 이LabelAnimator에 의해 Animation 이 끝났을 때 호출되는 리스너.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonAnimationStopped(LabelAnimator animator)Label 이LabelAnimator에 의해 Animation 이 끝났을 때 호출된다.
-
-
-
Method Detail
-
onAnimationStopped
void onAnimationStopped(@NonNull LabelAnimator animator)Label 이LabelAnimator에 의해 Animation 이 끝났을 때 호출된다.- Parameters:
animator- Animation 을 실행한LabelAnimator
-
-