Interface AnimationEnabledChangedListener
-
public interface AnimationEnabledChangedListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleananimationEnabledChanged()Method is called when the user presses the shortcut combination to enable or disable the animation.
-
-
-
Method Detail
-
animationEnabledChanged
boolean animationEnabledChanged()
Method is called when the user presses the shortcut combination to enable or disable the animation.- Returns:
- This method should return whether the animation is enabled after the change has occurred. The panel will then update de description in the popup.
-
-