public class TrainingUnitQuestionnaireEvent extends com.google.gwt.event.shared.GwtEvent<TrainingUnitQuestionnaireEventHandler>
| Modifier and Type | Class and Description |
|---|---|
static class |
TrainingUnitQuestionnaireEvent.QUESTIONNAIRE_EVENT_TYPE |
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<TrainingUnitQuestionnaireEventHandler> |
TYPE
The type.
|
| Constructor and Description |
|---|
TrainingUnitQuestionnaireEvent(org.gcube.portal.trainingmodule.shared.TrainingUnitDTO unit,
TrainingUnitQuestionnaireEvent.QUESTIONNAIRE_EVENT_TYPE type)
Instantiates a new training unit questionnaire event.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(TrainingUnitQuestionnaireEventHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<TrainingUnitQuestionnaireEventHandler> |
getAssociatedType() |
TrainingUnitQuestionnaireEvent.QUESTIONNAIRE_EVENT_TYPE |
getEventType() |
org.gcube.portal.trainingmodule.shared.TrainingUnitDTO |
getUnit() |
assertLive, getSource, isLive, kill, revivepublic static com.google.gwt.event.shared.GwtEvent.Type<TrainingUnitQuestionnaireEventHandler> TYPE
public TrainingUnitQuestionnaireEvent(org.gcube.portal.trainingmodule.shared.TrainingUnitDTO unit,
TrainingUnitQuestionnaireEvent.QUESTIONNAIRE_EVENT_TYPE type)
project - the projectpublic com.google.gwt.event.shared.GwtEvent.Type<TrainingUnitQuestionnaireEventHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<TrainingUnitQuestionnaireEventHandler>protected void dispatch(TrainingUnitQuestionnaireEventHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<TrainingUnitQuestionnaireEventHandler>public org.gcube.portal.trainingmodule.shared.TrainingUnitDTO getUnit()
public TrainingUnitQuestionnaireEvent.QUESTIONNAIRE_EVENT_TYPE getEventType()
Copyright © 2018. All Rights Reserved.