public class ShareTrainingProjectEvent extends com.google.gwt.event.shared.GwtEvent<ShareTrainingProjectEventHandler>
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<ShareTrainingProjectEventHandler> |
TYPE
The type.
|
| Constructor and Description |
|---|
ShareTrainingProjectEvent(TrainingCourseObj theProject,
boolean isGroup)
Instantiates a new selected workspace item event.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(ShareTrainingProjectEventHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<ShareTrainingProjectEventHandler> |
getAssociatedType() |
TrainingCourseObj |
getProject() |
boolean |
isGroup() |
assertLive, getSource, isLive, kill, revivepublic static com.google.gwt.event.shared.GwtEvent.Type<ShareTrainingProjectEventHandler> TYPE
public ShareTrainingProjectEvent(TrainingCourseObj theProject, boolean isGroup)
itemId - the item idpublic com.google.gwt.event.shared.GwtEvent.Type<ShareTrainingProjectEventHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<ShareTrainingProjectEventHandler>protected void dispatch(ShareTrainingProjectEventHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<ShareTrainingProjectEventHandler>public TrainingCourseObj getProject()
public boolean isGroup()
Copyright © 2018. All Rights Reserved.