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

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

public class DescendantsReceivedEvent
extends com.google.gwt.event.shared.GwtEvent<DescendantsReceivedHander>

Event is fired, when the set of descendant objects contained in the specified folder or any of its child folders 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<DescendantsReceivedHander> TYPE
          Type.
 
Constructor Summary
DescendantsReceivedEvent(EntryCollection entries)
           
 
Method Summary
protected  void dispatch(DescendantsReceivedHander handler)
           
 com.google.gwt.event.shared.GwtEvent.Type<DescendantsReceivedHander> getAssociatedType()
           
 EntryCollection getDescendants()
           
 
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<DescendantsReceivedHander> TYPE
Type.

Constructor Detail

DescendantsReceivedEvent

public DescendantsReceivedEvent(EntryCollection entries)
Parameters:
entries - entries
Method Detail

dispatch

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

getAssociatedType

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

getDescendants

public EntryCollection getDescendants()
Returns:
the descendants


Copyright © 2010 eXo Platform SAS. All Rights Reserved.