org.gcube.portlets.user.occurrencemanagement.client.event
Class LoadListOccurrencesEvent

java.lang.Object
  extended by com.google.web.bindery.event.shared.Event<H>
      extended by com.google.gwt.event.shared.GwtEvent<LoadListOccurrencesEventHandler>
          extended by org.gcube.portlets.user.occurrencemanagement.client.event.LoadListOccurrencesEvent

public class LoadListOccurrencesEvent
extends com.google.gwt.event.shared.GwtEvent<LoadListOccurrencesEventHandler>

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<LoadListOccurrencesEventHandler> TYPE
           
 
Constructor Summary
LoadListOccurrencesEvent(ElaborationType type, List<JobOccurrencesModel> result)
           
 
Method Summary
protected  void dispatch(LoadListOccurrencesEventHandler handler)
           
 com.google.gwt.event.shared.GwtEvent.Type<LoadListOccurrencesEventHandler> getAssociatedType()
           
 List<JobOccurrencesModel> getListData()
           
 ElaborationType getLoadType()
           
 
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 final com.google.gwt.event.shared.GwtEvent.Type<LoadListOccurrencesEventHandler> TYPE
Constructor Detail

LoadListOccurrencesEvent

public LoadListOccurrencesEvent(ElaborationType type,
                                List<JobOccurrencesModel> result)
Method Detail

getAssociatedType

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

dispatch

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

getLoadType

public ElaborationType getLoadType()

getListData

public List<JobOccurrencesModel> getListData()


Copyright © 2014. All Rights Reserved.