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