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