org.xcmis.client.gwt.service.versioning.event
Class AllVersionsReceivedEvent
java.lang.Object
com.google.gwt.event.shared.GwtEvent<AllVersionsReceivedHandler>
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 classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent |
com.google.gwt.event.shared.GwtEvent.Type<H> |
| Methods inherited from class com.google.gwt.event.shared.GwtEvent |
assertLive, getSource, isLive, kill, revive, toDebugString, toString |
TYPE
public static final com.google.gwt.event.shared.GwtEvent.Type<AllVersionsReceivedHandler> TYPE
- Type.
AllVersionsReceivedEvent
public AllVersionsReceivedEvent(EntryCollection versions)
- Parameters:
versions - versions
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.