public class ImportBankAccountEvent extends com.google.gwt.event.shared.GwtEvent<ImportBankAccountEventHandler>
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<ImportBankAccountEventHandler> |
TYPE |
| Constructor and Description |
|---|
ImportBankAccountEvent(ImportBankAccount importBankAccount) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(ImportBankAccountEventHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<ImportBankAccountEventHandler> |
getAssociatedType() |
ImportBankAccount |
getImportBankAccount() |
assertLive, getSource, isLive, kill, revivepublic static com.google.gwt.event.shared.GwtEvent.Type<ImportBankAccountEventHandler> TYPE
public ImportBankAccountEvent(ImportBankAccount importBankAccount)
public com.google.gwt.event.shared.GwtEvent.Type<ImportBankAccountEventHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<ImportBankAccountEventHandler>protected void dispatch(ImportBankAccountEventHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<ImportBankAccountEventHandler>public ImportBankAccount getImportBankAccount()
Copyright © 2023. All rights reserved.