lib-flex-book-com-rubenswieringa-book-BookEvent.ax (swf ) [ flash ] flex
Event class specifying type property values for Events broadcasted by the Book class. @author Ruben Swieringa ruben.swieringa@gmail.com www.rubenswieringa.com www.rubenswieringa.com/blog @version 1.0.0 @see Book Book @internal edit 3 View code documentation at: http://www.rubenswieringa.com/code/as3/flex/Book/docs/ * Copyright (c) 2005 Ruben Swieringa. All rights reserved. This class is part of the Book component, which is licensed under the CREATIVE COMMONS Attribution 3.0 Unported. You may not use this file except in compliance with the License. You may obtain a copy of the License at: http://creativecommons.org/licenses/by/3.0/deed.en *
@private
@private
Dispatched when the the corner of a page is picked up.
Dispatched when the corner of a page is released. Note that this Event is dispatched just before the page starts falling back in place. @see @ax-lib-flex-book-com-rubenswieringa-book-BookEvent#PAGEFLIP_FINISHED
Dispatched when a page falls back in place after being flipped. This Event is dispatched regardless of whether or not the page has been turned, or has fallen back into its original position. @see @ax-lib-flex-book-com-rubenswieringa-book-BookEvent#PAGE_TURNED
Dispatched when the corner of a page is rolled over with the mouse. Only applicable if the hover property of the accompanying Book instance is set to true. @see Book#hover
Dispatched when the corner of a page is rolled out of with the mouse. Note that this Event is dispatched just before the page starts falling back in place. Only applicable if the hover property of the accompanying Book instance is set to true. @see Book#hover @see @ax-lib-flex-book-com-rubenswieringa-book-BookEvent#HOVER_FINISHED
Dispatched when a page falls back in place after being rolled over with the mouse. Only applicable if the hover property of the accompanying Book instance is set to true. @see Book#hover
Dispatched when a pageflip is successful. @see @ax-lib-flex-book-com-rubenswieringa-book-BookEvent#PAGE_NOT_TURNED
Dispatched when a pageflip is not successful. @see @ax-lib-flex-book-com-rubenswieringa-book-BookEvent#PAGE_TURNED
Dispatched when a Page is torn out of its Book.
Dispatched at the same time as the page-turned, when the Book was previously closed, and the first or last Page was flipped successfully. @see @ax-lib-flex-book-com-rubenswieringa-book-BookEvent#PAGE_TURNED
Dispatched at the same time as the page-turned, when the Book was previously open, and the first or last Page was flipped successfully. @see @ax-lib-flex-book-com-rubenswieringa-book-BookEvent#PAGE_TURNED
Book state indicating that no pageflip is currently being executed.
Dispatched when a page is added to or removed from the PageManager. @see PageManager#pages
Dispatched when the status of the Book changes. @see Book#status
Dispatched when the value of a PageManager its currentPage property changes. @see PageManager#currentPage
Creates a @ax-lib-flex-book-com-rubenswieringa-book-BookEvent object to pass as a parameter to event listeners. @param type The type of the event, accessible as @ax-lib-flex-book-com-rubenswieringa-book-BookEvent.type. @param bubbles Determines whether the @ax-lib-flex-book-com-rubenswieringa-book-BookEvent object participates in the bubbling stage of the event flow. @param cancelable Determines whether the @ax-lib-flex-book-com-rubenswieringa-book-BookEvent object can be canceled.
Returns the PageManager instance associated with this @ax-lib-flex-book-com-rubenswieringa-book-BookEvent. @see @ax-lib-flex-book-com-rubenswieringa-book-BookEvent#book
Returns the Book instance associated with this @ax-lib-flex-book-com-rubenswieringa-book-BookEvent (actually the PageManager instance casted to a Book type). @see @ax-lib-flex-book-com-rubenswieringa-book-BookEvent#pageManager
Returns the Page instance associated with this @ax-lib-flex-book-com-rubenswieringa-book-BookEvent.
(C) Æliens 18/6/2009
You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.