public class TrainingCourseEvent extends com.google.gwt.event.shared.GwtEvent<TrainingCourseEventHandler>
| Modifier and Type | Class and Description |
|---|---|
static class |
TrainingCourseEvent.EventType |
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<TrainingCourseEventHandler> |
TYPE
The type.
|
| Constructor and Description |
|---|
TrainingCourseEvent(TrainingCourseObj project,
TrainingCourseEvent.EventType eventType)
Instantiates a new training course event.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(TrainingCourseEventHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<TrainingCourseEventHandler> |
getAssociatedType() |
TrainingCourseEvent.EventType |
getEventType() |
TrainingCourseObj |
getProject()
Gets the project.
|
assertLive, getSource, isLive, kill, revivepublic static com.google.gwt.event.shared.GwtEvent.Type<TrainingCourseEventHandler> TYPE
public TrainingCourseEvent(TrainingCourseObj project, TrainingCourseEvent.EventType eventType)
project - the projectpublic com.google.gwt.event.shared.GwtEvent.Type<TrainingCourseEventHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<TrainingCourseEventHandler>protected void dispatch(TrainingCourseEventHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<TrainingCourseEventHandler>public TrainingCourseObj getProject()
public TrainingCourseEvent.EventType getEventType()
Copyright © 2018. All Rights Reserved.