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

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

public class ChildrenReceivedEvent
extends com.google.gwt.event.shared.GwtEvent<ChildrenReceivedHandler>

Event is fired when list of child objects contained in the specified folder is received Created by The eXo Platform SAS.

Version:
$Id: ${date} ${time}
Author:
Ann 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<ChildrenReceivedHandler> TYPE
          Type.
 
Constructor Summary
ChildrenReceivedEvent(EntryCollection entries)
           
 
Method Summary
protected  void dispatch(ChildrenReceivedHandler handler)
           
 com.google.gwt.event.shared.GwtEvent.Type<ChildrenReceivedHandler> getAssociatedType()
           
 EntryCollection getChildren()
           
 
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<ChildrenReceivedHandler> TYPE
Type.

Constructor Detail

ChildrenReceivedEvent

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

dispatch

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

getAssociatedType

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

getChildren

public EntryCollection getChildren()
Returns:
the children


Copyright © 2010 eXo Platform SAS. All Rights Reserved.