Package ej.navigation.transition
Interface TransitionListener
-
public interface TransitionListenerNotified when aTransitionhas finished.The
Navigatorpasses a listener to everyTransition.run(TransitionContext, TransitionListener); the transition must callonTransitionEnd()exactly once, when its animation is complete, so the navigator can detach the outgoing content.- Since:
- 0.2.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonTransitionEnd()Signals that the transition has finished.
-