Language
Asturianu (ast)
Català (ca)
Čeština (cs)
Dansk (da)
Deutsch (de)
English [US] (en-US)
Español (es)
Esperanto (eo)
Eesti keel (et)
Euskara (eu)
Français (fr)
Gàidhlig (gd)
Galego (gl)
Italiano (it)
Lietuvių (lt)
Magyar (hu)
Nederlands (nl)
Norsk (no)
Polski (pl)
Português [do Brasil] (pt-BR)
Português [Europeu] (pt)
Română (ro)
Slovenčina (sk)
Slovenščina (sl)
Suomi (fi)
Svenska (sv)
Yкраїнська (uk)
Tiếng Việt (vi)
Türkçe (tr)
ኦሮሚኛ (om)
Հայերեն (hy)
Ελληνικά (el)
български език (bg)
Русский (ru)
Cрпски [ћирилицом] (sr)
עברית (he)
हिन्दी (hi)
ភាសាខ្មែរ (km)
தமிழ் (ta)
ภาษาไทย (th)
简体中文 (zh-CN)
正體中文 (zh-TW)
日本語 (ja)
한국어 (ko)
The Free and Open Productivity Suite
:: com :: sun :: star :: animations ::
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.
Description
makes it possible to register listeners, which are called whenever
an animation event occurs.
Since
OOo 3.0
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
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
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
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 Copyright © 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.