org.xcmis.client.gwt.service.versioning.event
Class AllVersionsReceivedEvent

java.lang.Object
  extended by com.google.gwt.event.shared.GwtEvent<AllVersionsReceivedHandler>
      extended by org.xcmis.client.gwt.service.versioning.event.AllVersionsReceivedEvent

public class AllVersionsReceivedEvent
extends com.google.gwt.event.shared.GwtEvent<AllVersionsReceivedHandler>

Event is fired when all versions of document are received. Created by The eXo Platform SAS.

Version:
$Id:
Author:
Anna 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<AllVersionsReceivedHandler> TYPE
          Type.
 
Constructor Summary
AllVersionsReceivedEvent(EntryCollection versions)
           
 
Method Summary
protected  void dispatch(AllVersionsReceivedHandler handler)
           
 com.google.gwt.event.shared.GwtEvent.Type<AllVersionsReceivedHandler> getAssociatedType()
           
 EntryCollection getVersions()
           
 
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<AllVersionsReceivedHandler> TYPE
Type.

Constructor Detail

AllVersionsReceivedEvent

public AllVersionsReceivedEvent(EntryCollection versions)
Parameters:
versions - versions
Method Detail

dispatch

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

getAssociatedType

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

getVersions

public EntryCollection getVersions()
Returns:
EntryCollection


Copyright © 2010 eXo Platform SAS. All Rights Reserved.