:: 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
- 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 © 2000, 2013 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.