public class NavigationCourseEvent extends com.google.gwt.event.shared.GwtEvent<NavigationCourseEventHandler>
| Modifier and Type | Class and Description |
|---|---|
static class |
NavigationCourseEvent.NavigationEventType
The Enum NavigationEventType.
|
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<NavigationCourseEventHandler> |
TYPE
The type.
|
| Constructor and Description |
|---|
NavigationCourseEvent(NavigationCourseEvent.NavigationEventType eventType)
Instantiates a new navigation course event.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(NavigationCourseEventHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<NavigationCourseEventHandler> |
getAssociatedType() |
NavigationCourseEvent.NavigationEventType |
getEventType()
Gets the event type.
|
assertLive, getSource, isLive, kill, revivepublic static com.google.gwt.event.shared.GwtEvent.Type<NavigationCourseEventHandler> TYPE
public NavigationCourseEvent(NavigationCourseEvent.NavigationEventType eventType)
eventType - the event typepublic com.google.gwt.event.shared.GwtEvent.Type<NavigationCourseEventHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<NavigationCourseEventHandler>protected void dispatch(NavigationCourseEventHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<NavigationCourseEventHandler>public NavigationCourseEvent.NavigationEventType getEventType()
Copyright © 2018. All Rights Reserved.