org.xcmis.client.gwt.service.navigation.event
Class DescendantsReceivedEvent
java.lang.Object
com.google.gwt.event.shared.GwtEvent<DescendantsReceivedHander>
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 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<DescendantsReceivedHander> TYPE
- Type.
DescendantsReceivedEvent
public DescendantsReceivedEvent(EntryCollection entries)
- Parameters:
entries - entries
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.