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. _listenersMethods in org.eclipse.nebula.effects.stw with parameters of type TransitionListener Modifier and Type Method Description voidTransitionManager. addTransitionListener(TransitionListener transitionListener)Adds a new transition listener to be invoked at the end of each transitionvoidTransitionManager. removeTransitionListener(TransitionListener transitionListener)Removes a transition listener from the list of transition listeners
-