public class PercentChangedEvent extends com.google.gwt.event.shared.GwtEvent<PercentChangedHandler>
| Constructor and Description |
|---|
PercentChangedEvent(int percentage) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(PercentChangedHandler handler) |
static <S extends HasPercentChangedHandlers & com.google.gwt.event.shared.HasHandlers> |
fire(S source,
int percentage)
Fires a open event on all registered handlers in the handler manager.If no
such handlers exist, this method will do nothing.
|
com.google.gwt.event.shared.GwtEvent.Type<PercentChangedHandler> |
getAssociatedType() |
int |
getPercentage() |
static com.google.gwt.event.shared.GwtEvent.Type<PercentChangedHandler> |
getType()
Gets the type associated with this event.
|
assertLive, getSource, isLive, kill, revivepublic static <S extends HasPercentChangedHandlers & com.google.gwt.event.shared.HasHandlers> void fire(S source, int percentage)
S - The event sourcesource - the source of the handlerspublic static com.google.gwt.event.shared.GwtEvent.Type<PercentChangedHandler> getType()
protected void dispatch(PercentChangedHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<PercentChangedHandler>public final com.google.gwt.event.shared.GwtEvent.Type<PercentChangedHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<PercentChangedHandler>public int getPercentage()