-
public interface MarkerDrawable.MarkerAnimationListenerA listener interface to porpagate animation eventsThis is the "poor's man" AnimatorListener for this Drawable
-
-
Method Summary
Modifier and Type Method Description abstract voidonClosingComplete()abstract voidonOpeningComplete()-
-
Method Detail
-
onClosingComplete
abstract void onClosingComplete()
-
onOpeningComplete
abstract void onOpeningComplete()
-
-
-
-