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

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

public class FolderParentReceivedEvent
extends com.google.gwt.event.shared.GwtEvent<FolderParentReceivedHandler>

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<FolderParentReceivedHandler> TYPE
          Type.
 
Constructor Summary
FolderParentReceivedEvent(AtomEntry folder)
           
 
Method Summary
protected  void dispatch(FolderParentReceivedHandler handler)
           
 com.google.gwt.event.shared.GwtEvent.Type<FolderParentReceivedHandler> getAssociatedType()
           
 AtomEntry getFolderParent()
           
 
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<FolderParentReceivedHandler> TYPE
Type.

Constructor Detail

FolderParentReceivedEvent

public FolderParentReceivedEvent(AtomEntry folder)
Parameters:
folder - folder
Method Detail

dispatch

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

getAssociatedType

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

getFolderParent

public AtomEntry getFolderParent()
Returns:
AtomEntry


Copyright © 2010 eXo Platform SAS. All Rights Reserved.