public class AccountingPeriodEvent extends com.google.gwt.event.shared.GwtEvent<AccountingPeriodEvent.AccountingPeriodEventHandler>
| Modifier and Type | Class and Description |
|---|---|
static interface |
AccountingPeriodEvent.AccountingPeriodEventHandler |
static interface |
AccountingPeriodEvent.HasAccountingPeriodEventHandler |
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<AccountingPeriodEvent.AccountingPeriodEventHandler> |
TYPE |
| Constructor and Description |
|---|
AccountingPeriodEvent(AccountingPeriod accountingPeriod) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(AccountingPeriodEvent.AccountingPeriodEventHandler handler) |
static void |
fire(com.google.gwt.event.shared.HasHandlers source,
AccountingPeriodEvent event) |
AccountingPeriod |
getAccountingPeriod() |
com.google.gwt.event.shared.GwtEvent.Type<AccountingPeriodEvent.AccountingPeriodEventHandler> |
getAssociatedType() |
static com.google.gwt.event.shared.GwtEvent.Type<AccountingPeriodEvent.AccountingPeriodEventHandler> |
getType() |
String |
toString() |
public static com.google.gwt.event.shared.GwtEvent.Type<AccountingPeriodEvent.AccountingPeriodEventHandler> TYPE
public AccountingPeriodEvent(AccountingPeriod accountingPeriod)
protected void dispatch(AccountingPeriodEvent.AccountingPeriodEventHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<AccountingPeriodEvent.AccountingPeriodEventHandler>public com.google.gwt.event.shared.GwtEvent.Type<AccountingPeriodEvent.AccountingPeriodEventHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<AccountingPeriodEvent.AccountingPeriodEventHandler>public static com.google.gwt.event.shared.GwtEvent.Type<AccountingPeriodEvent.AccountingPeriodEventHandler> getType()
public static void fire(com.google.gwt.event.shared.HasHandlers source,
AccountingPeriodEvent event)
public AccountingPeriod getAccountingPeriod()
public String toString()
toString in class com.google.web.bindery.event.shared.Event<AccountingPeriodEvent.AccountingPeriodEventHandler>Copyright © 2024. All rights reserved.