Interface TransitionListener


public interface TransitionListener
Classes which implement this interface provide methods that handle the transition finished event.
After creating an instance of a class that implements this interface it can be added to a transition manager using the TransitionManager.addTransitionListener(TransitionListener) method and removed using the TransitionManager.removeTransitionListener(TransitionListener) method.
  • Method Summary

    Modifier and Type Method Description
    void transitionFinished​(TransitionManager transitionManager)
    This method is called when the transition is finished.
  • Method Details

    • transitionFinished

      void transitionFinished​(TransitionManager transitionManager)
      This method is called when the transition is finished.
      Parameters:
      transitionManager - is the transition manager caller object