Uses of Interface
org.eclipse.nebula.effects.stw.TransitionListener
-
Packages that use TransitionListener Package Description org.eclipse.nebula.effects.stw -
-
Uses of TransitionListener in org.eclipse.nebula.effects.stw
Fields in org.eclipse.nebula.effects.stw with type parameters of type TransitionListener Modifier and Type Field Description private java.util.List<TransitionListener>
TransitionManager. _listeners
Methods in org.eclipse.nebula.effects.stw with parameters of type TransitionListener Modifier and Type Method Description void
TransitionManager. addTransitionListener(TransitionListener transitionListener)
Adds a new transition listener to be invoked at the end of each transitionvoid
TransitionManager. removeTransitionListener(TransitionListener transitionListener)
Removes a transition listener from the list of transition listeners
-