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