public class OpenProjectEvent extends com.google.gwt.event.shared.GwtEvent<OpenProjectEventHandler>
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<OpenProjectEventHandler> |
TYPE
The type.
|
| Constructor and Description |
|---|
OpenProjectEvent(TrainingCourseObj project)
Instantiates a new load list of course event.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(OpenProjectEventHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<OpenProjectEventHandler> |
getAssociatedType() |
TrainingCourseObj |
getProject() |
assertLive, getSource, isLive, kill, revivepublic static com.google.gwt.event.shared.GwtEvent.Type<OpenProjectEventHandler> TYPE
public OpenProjectEvent(TrainingCourseObj project)
public com.google.gwt.event.shared.GwtEvent.Type<OpenProjectEventHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<OpenProjectEventHandler>protected void dispatch(OpenProjectEventHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<OpenProjectEventHandler>public TrainingCourseObj getProject()
Copyright © 2018. All Rights Reserved.