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

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

public class FolderTreeReceivedEvent
extends com.google.gwt.event.shared.GwtEvent<FolderTreeReceivedHandler>

Event is fired, when the set of descendant folder objects contained in the specified folder is 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<FolderTreeReceivedHandler> TYPE
          Type.
 
Constructor Summary
FolderTreeReceivedEvent(EntryCollection itemCollection)
           
 
Method Summary
protected  void dispatch(FolderTreeReceivedHandler handler)
           
 com.google.gwt.event.shared.GwtEvent.Type<FolderTreeReceivedHandler> getAssociatedType()
           
 EntryCollection getFolderTree()
           
 
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<FolderTreeReceivedHandler> TYPE
Type.

Constructor Detail

FolderTreeReceivedEvent

public FolderTreeReceivedEvent(EntryCollection itemCollection)
Parameters:
itemCollection - itemCollection
Method Detail

getAssociatedType

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

dispatch

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

getFolderTree

public EntryCollection getFolderTree()
Returns:
EntryCollection


Copyright © 2010 eXo Platform SAS. All Rights Reserved.