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