public static interface SampleImage.TransitionListener
| Modifier and Type | Method and Description |
|---|---|
void |
onTransitionEnd(Transition transition)
Notifies the end of a transition.
|
void |
onTransitionStart(Transition transition)
Notifies the start of a transition.
|
void onTransitionStart(Transition transition)
transition - the transition that just started.void onTransitionEnd(Transition transition)
transition - the transition that just ended.