public class SaveAccountEvent extends com.google.gwt.event.shared.GwtEvent<SaveAccountEventHandler>
Account payload.| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<SaveAccountEventHandler> |
TYPE |
| Constructor and Description |
|---|
SaveAccountEvent(Account account,
boolean reloadPage) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(SaveAccountEventHandler handler) |
Account |
getAccount() |
com.google.gwt.event.shared.GwtEvent.Type<SaveAccountEventHandler> |
getAssociatedType() |
String |
getLoginId() |
boolean |
isReloadPage() |
assertLive, getSource, isLive, kill, revivepublic static com.google.gwt.event.shared.GwtEvent.Type<SaveAccountEventHandler> TYPE
public Account getAccount()
public boolean isReloadPage()
public String getLoginId()
public com.google.gwt.event.shared.GwtEvent.Type<SaveAccountEventHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<SaveAccountEventHandler>protected void dispatch(SaveAccountEventHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<SaveAccountEventHandler>Copyright © 2023. All rights reserved.