com.tinyline.svg
Interface AnimationCallback
public interface AnimationCallback
The AnimationCallback interface.
- Version:
- 1.9
|
Method Summary |
void |
postSMILEvent(int eventType,
TinyString theEvent)
SMIL: Posts the SMIL event from an animation element
to an interested party. |
postSMILEvent
void postSMILEvent(int eventType,
TinyString theEvent)
- SMIL: Posts the SMIL event from an animation element
to an interested party.
The SMIL event type can be one of
-
SVGAnimationElem.BEGIN_EVENT
-
SVGAnimationElem.END_EVENT
-
SVGAnimationElem.REPEAT_EVENT
- Parameters:
eventType - The SMIL event typetheEvent - The SMIL event
Provided under the terms of the TinyLine License Agreement that has been included with this distribution.