public class ActivateEvent extends com.google.gwt.event.shared.GwtEvent<ActivateEvent.ActivateEventHandler>
Modifier and Type | Class and Description |
---|---|
static interface |
ActivateEvent.ActivateEventHandler |
Modifier and Type | Field and Description |
---|---|
static com.google.gwt.event.shared.GwtEvent.Type<ActivateEvent.ActivateEventHandler> |
TYPE |
Constructor and Description |
---|
ActivateEvent(int indexToActivate) |
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(ActivateEvent.ActivateEventHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<ActivateEvent.ActivateEventHandler> |
getAssociatedType() |
int |
getIndexToActivate() |
void |
setIndexToActivate(int indexToActivate) |
assertLive, getSource, isLive, kill, revive
public static final com.google.gwt.event.shared.GwtEvent.Type<ActivateEvent.ActivateEventHandler> TYPE
public ActivateEvent(int indexToActivate)
public com.google.gwt.event.shared.GwtEvent.Type<ActivateEvent.ActivateEventHandler> getAssociatedType()
getAssociatedType
in class com.google.gwt.event.shared.GwtEvent<ActivateEvent.ActivateEventHandler>
protected void dispatch(ActivateEvent.ActivateEventHandler handler)
dispatch
in class com.google.gwt.event.shared.GwtEvent<ActivateEvent.ActivateEventHandler>
public int getIndexToActivate()
public void setIndexToActivate(int indexToActivate)
Copyright © 2018. All rights reserved.