org.gcube.portlets.user.workspace.client.event
Class PathElementSelectedEvent

java.lang.Object
  extended by com.google.web.bindery.event.shared.Event<H>
      extended by com.google.gwt.event.shared.GwtEvent<PathElementSelectedEventHandler>
          extended by org.gcube.portlets.user.workspace.client.event.PathElementSelectedEvent

public class PathElementSelectedEvent
extends com.google.gwt.event.shared.GwtEvent<PathElementSelectedEventHandler>

Author:
Francesco Mangiacrapa francesco.mangiacrapa@isti.cnr.it

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<PathElementSelectedEventHandler> TYPE
           
 
Constructor Summary
PathElementSelectedEvent(org.gcube.portlets.user.workspace.client.model.FileModel target)
           
 
Method Summary
protected  void dispatch(PathElementSelectedEventHandler handler)
           
 com.google.gwt.event.shared.GwtEvent.Type<PathElementSelectedEventHandler> getAssociatedType()
           
 org.gcube.portlets.user.workspace.client.model.FileModel getSourceFile()
           
 
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getSource, isLive, kill, revive
 
Methods inherited from class com.google.web.bindery.event.shared.Event
setSource, toDebugString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TYPE

public static com.google.gwt.event.shared.GwtEvent.Type<PathElementSelectedEventHandler> TYPE
Constructor Detail

PathElementSelectedEvent

public PathElementSelectedEvent(org.gcube.portlets.user.workspace.client.model.FileModel target)
Method Detail

getAssociatedType

public com.google.gwt.event.shared.GwtEvent.Type<PathElementSelectedEventHandler> getAssociatedType()
Overrides:
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<PathElementSelectedEventHandler>

dispatch

protected void dispatch(PathElementSelectedEventHandler handler)
Specified by:
dispatch in class com.google.gwt.event.shared.GwtEvent<PathElementSelectedEventHandler>

getSourceFile

public org.gcube.portlets.user.workspace.client.model.FileModel getSourceFile()


Copyright © 2013. All Rights Reserved.