Package org.opencms.gwt.client.util
Class A_CmsAnimation
java.lang.Object
com.google.gwt.animation.client.Animation
org.opencms.gwt.client.util.A_CmsAnimation
- Direct Known Subclasses:
CmsChangeHeightAnimation
,CmsFadeAnimation
,CmsMoveAnimation
,CmsSlideAnimation
Abstract animation class.
- Since:
- 8.0.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.google.gwt.user.client.Command
The call-back function to execute on animation complete. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.gwt.animation.client.Animation
cancel, interpolate, isRunning, onCancel, onStart, onUpdate, run, run, run, run
-
Field Details
-
m_callback
The call-back function to execute on animation complete.
-
-
Constructor Details
-
A_CmsAnimation
Constructor. Setting the call-back to be executed on animation complete.- Parameters:
callback
- the call-back function
-
-
Method Details
-
onComplete
- Overrides:
onComplete
in classcom.google.gwt.animation.client.Animation
- See Also:
-
Animation.onComplete()
-