public class CourseChangeStatusEvent extends com.google.gwt.event.shared.GwtEvent<CourseChangeStatusEventHandler>
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<CourseChangeStatusEventHandler> |
TYPE
The type.
|
| Constructor and Description |
|---|
CourseChangeStatusEvent(boolean isActive)
Instantiates a new course change status event.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(CourseChangeStatusEventHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<CourseChangeStatusEventHandler> |
getAssociatedType() |
boolean |
isActive() |
assertLive, getSource, isLive, kill, revivepublic static com.google.gwt.event.shared.GwtEvent.Type<CourseChangeStatusEventHandler> TYPE
public CourseChangeStatusEvent(boolean isActive)
public com.google.gwt.event.shared.GwtEvent.Type<CourseChangeStatusEventHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<CourseChangeStatusEventHandler>protected void dispatch(CourseChangeStatusEventHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<CourseChangeStatusEventHandler>public boolean isActive()
Copyright © 2018. All Rights Reserved.