public class LoadListOccurrencesEvent extends com.google.gwt.event.shared.GwtEvent<LoadListOccurrencesEventHandler>
Modifier and Type | Field and Description |
---|---|
static com.google.gwt.event.shared.GwtEvent.Type<LoadListOccurrencesEventHandler> |
TYPE |
Constructor and Description |
---|
LoadListOccurrencesEvent(ElaborationType type,
List<JobOccurrencesModel> result) |
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(LoadListOccurrencesEventHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<LoadListOccurrencesEventHandler> |
getAssociatedType() |
List<JobOccurrencesModel> |
getListData() |
ElaborationType |
getLoadType() |
assertLive, getSource, isLive, kill, revive
public static final com.google.gwt.event.shared.GwtEvent.Type<LoadListOccurrencesEventHandler> TYPE
public LoadListOccurrencesEvent(ElaborationType type, List<JobOccurrencesModel> result)
public com.google.gwt.event.shared.GwtEvent.Type<LoadListOccurrencesEventHandler> getAssociatedType()
getAssociatedType
in class com.google.gwt.event.shared.GwtEvent<LoadListOccurrencesEventHandler>
protected void dispatch(LoadListOccurrencesEventHandler handler)
dispatch
in class com.google.gwt.event.shared.GwtEvent<LoadListOccurrencesEventHandler>
public ElaborationType getLoadType()
public List<JobOccurrencesModel> getListData()
Copyright © 2014. All Rights Reserved.