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