public class EditBillEvent extends com.google.gwt.event.shared.GwtEvent<EditBillEventHandler>
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<EditBillEventHandler> |
TYPE |
| Constructor and Description |
|---|
EditBillEvent() |
EditBillEvent(Bill bill) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(EditBillEventHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<EditBillEventHandler> |
getAssociatedType() |
Long |
getId()
Returns the bill ID or
null if the event represents a new bill request. |
assertLive, getSource, isLive, kill, revivepublic static com.google.gwt.event.shared.GwtEvent.Type<EditBillEventHandler> TYPE
public EditBillEvent()
public EditBillEvent(Bill bill)
public com.google.gwt.event.shared.GwtEvent.Type<EditBillEventHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<EditBillEventHandler>protected void dispatch(EditBillEventHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<EditBillEventHandler>public Long getId()
null if the event represents a new bill request.nullCopyright © 2020. All rights reserved.