org.xcmis.client.gwt.service.navigation.event
Class NextPageReceivedEvent

java.lang.Object
  extended by com.google.gwt.event.shared.GwtEvent<NextPageReceivedHandler>
      extended by org.xcmis.client.gwt.service.navigation.event.NextPageReceivedEvent

public class NextPageReceivedEvent
extends com.google.gwt.event.shared.GwtEvent<NextPageReceivedHandler>

Event is fired, when next page of entries is received Created by The eXo Platform SAS.

Version:
$Id: ${date} ${time}
Author:
Ann Zhuleva

Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
com.google.gwt.event.shared.GwtEvent.Type<H>
 
Field Summary
static com.google.gwt.event.shared.GwtEvent.Type<NextPageReceivedHandler> TYPE
          Type.
 
Constructor Summary
NextPageReceivedEvent(EntryCollection itemCollection)
           
 
Method Summary
protected  void dispatch(NextPageReceivedHandler handler)
           
 com.google.gwt.event.shared.GwtEvent.Type<NextPageReceivedHandler> getAssociatedType()
           
 EntryCollection getPage()
           
 
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getSource, isLive, kill, revive, toDebugString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TYPE

public static final com.google.gwt.event.shared.GwtEvent.Type<NextPageReceivedHandler> TYPE
Type.

Constructor Detail

NextPageReceivedEvent

public NextPageReceivedEvent(EntryCollection itemCollection)
Parameters:
itemCollection - item collection
Method Detail

dispatch

protected void dispatch(NextPageReceivedHandler handler)
Specified by:
dispatch in class com.google.gwt.event.shared.GwtEvent<NextPageReceivedHandler>
Parameters:
handler - handler
See Also:
GwtEvent.dispatch(com.google.gwt.event.shared.EventHandler)

getAssociatedType

public com.google.gwt.event.shared.GwtEvent.Type<NextPageReceivedHandler> getAssociatedType()
Specified by:
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<NextPageReceivedHandler>
Returns:
Type NextPageReceivedHandler
See Also:
GwtEvent.getAssociatedType()

getPage

public EntryCollection getPage()
Returns:
EntryCollection


Copyright © 2010 eXo Platform SAS. All Rights Reserved.