(incubating) | The Free and Open Productivity Suite

Developer's Guide

API

SDK

Tips 'n' Tricks

Miscellaneous

Content for OpenOffice.org version 3.3.

:: com :: sun :: star :: animations ::

unpublished interface XAnimationListener
Base Interfaces
XAnimationListener
┗ ::com::sun::star::lang::XEventListener

::com::sun::star::lang::XEventListener
(referenced interface's summary:)
base interface for all event listeners interfaces.
Usage Restrictions
not published
Description
makes it possible to register listeners, which are called whenever an animation event occurs.
Since
#i71351#

Methods' Summary
beginEvent This event is raised when the element local timeline begins to play.  
endEvent This event is raised at the active end of the element.  
repeat This event is raised when the element local timeline repeats.  
Methods' Details
beginEvent
void
beginEvent( [in] XAnimationNode  Node );

Description
This event is raised when the element local timeline begins to play.

It will be raised each time the element begins the active duration (i.e. when it restarts, but not when it repeats).

It may be raised both in the course of normal (i.e. scheduled or interactive) timeline play, as well as in the case that the element was begun with an interface method.

Parameter Node
The node that begins to play.
endEvent
void
endEvent( [in] XAnimationNode  Node );

Description
This event is raised at the active end of the element.

Note that this event is not raised at the simple end of each repeat.

This event may be raised both in the course of normal (i.e. scheduled or interactive) timeline play, as well as in the case that the element was ended with a DOM method.

Parameter Node
The node that stops playing.
repeat
void
repeat( [in] XAnimationNode  Node,
[in] long  Repeat );

Description
This event is raised when the element local timeline repeats.

It will be raised each time the element repeats, after the first iteration.

Associated with the repeat event is an integer that indicates which repeat iteration is beginning.

Parameter Node
The node that repeats.
Parameter Repeat
The value is a 0-based integer, but the repeat event is not raised for the first iteration and so the observed values will be >= 1.
Top of Page

Apache OpenOffice is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.

Copyright & License
Apache and the Apache feather logos are trademarks of The Apache Software Foundation. OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.