com.businessobjects.jsf.sdk.event
Class PageChangedEvent

java.lang.Object
  |
  +--ActionEvent
        |
        +--com.businessobjects.jsf.sdk.event.PageChangedEvent

public class PageChangedEvent
extends ActionEvent

Occurs when the page index is finally updated.

See Also:
Serialized Form

Constructor Summary
PageChangedEvent(UIComponent component, int newPageIndex)
           
 
Method Summary
 int getNewPageIndex()
           Gets a number that represents the new page index.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageChangedEvent

public PageChangedEvent(UIComponent component,
                        int newPageIndex)
Method Detail

getNewPageIndex

public int getNewPageIndex()

Gets a number that represents the new page index.

Returns:
An int that represents the new page index.