public class AccountingMenuEvent extends com.google.gwt.event.shared.GwtEvent<AccountingMenuEvent.AccountingMenuEventHandler>
| Modifier and Type | Class and Description |
|---|---|
static interface |
AccountingMenuEvent.AccountingMenuEventHandler |
static interface |
AccountingMenuEvent.HasAccountingMenuEventHandler |
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<AccountingMenuEvent.AccountingMenuEventHandler> |
TYPE |
| Constructor and Description |
|---|
AccountingMenuEvent(AccountingType accountingType) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(AccountingMenuEvent.AccountingMenuEventHandler handler) |
static void |
fire(com.google.gwt.event.shared.HasHandlers source,
AccountingMenuEvent accountingMenuEvent) |
AccountingType |
getAccountingType() |
com.google.gwt.event.shared.GwtEvent.Type<AccountingMenuEvent.AccountingMenuEventHandler> |
getAssociatedType() |
static com.google.gwt.event.shared.GwtEvent.Type<AccountingMenuEvent.AccountingMenuEventHandler> |
getType() |
String |
toString() |
public static com.google.gwt.event.shared.GwtEvent.Type<AccountingMenuEvent.AccountingMenuEventHandler> TYPE
public AccountingMenuEvent(AccountingType accountingType)
protected void dispatch(AccountingMenuEvent.AccountingMenuEventHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<AccountingMenuEvent.AccountingMenuEventHandler>public com.google.gwt.event.shared.GwtEvent.Type<AccountingMenuEvent.AccountingMenuEventHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<AccountingMenuEvent.AccountingMenuEventHandler>public static com.google.gwt.event.shared.GwtEvent.Type<AccountingMenuEvent.AccountingMenuEventHandler> getType()
public static void fire(com.google.gwt.event.shared.HasHandlers source,
AccountingMenuEvent accountingMenuEvent)
public AccountingType getAccountingType()
public String toString()
toString in class com.google.web.bindery.event.shared.Event<AccountingMenuEvent.AccountingMenuEventHandler>Copyright © 2024. All rights reserved.