public class ReloadReleasesEvent extends com.google.gwt.event.shared.GwtEvent<ReloadReleasesEventHandler>
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<ReloadReleasesEventHandler> |
TYPE |
| Constructor and Description |
|---|
ReloadReleasesEvent(boolean displayFirst)
Instantiates a new reload releases event.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(ReloadReleasesEventHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<ReloadReleasesEventHandler> |
getAssociatedType() |
boolean |
isDisplayFirst()
Checks if is display first.
|
void |
setDisplayFirst(boolean displayFirst)
Sets the display first.
|
assertLive, getSource, isLive, kill, revivepublic static com.google.gwt.event.shared.GwtEvent.Type<ReloadReleasesEventHandler> TYPE
public ReloadReleasesEvent(boolean displayFirst)
displayFirst - the display firstpublic com.google.gwt.event.shared.GwtEvent.Type<ReloadReleasesEventHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<ReloadReleasesEventHandler>protected void dispatch(ReloadReleasesEventHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<ReloadReleasesEventHandler>public boolean isDisplayFirst()
public void setDisplayFirst(boolean displayFirst)
displayFirst - the new display firstCopyright © 2015. All Rights Reserved.