public class SaveInvoiceEvent extends com.google.gwt.event.shared.GwtEvent<SaveInvoiceEventHandler>
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<SaveInvoiceEventHandler> |
TYPE |
| Constructor and Description |
|---|
SaveInvoiceEvent(Invoice invoice) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(SaveInvoiceEventHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<SaveInvoiceEventHandler> |
getAssociatedType() |
Invoice |
getInvoice() |
assertLive, getSource, isLive, kill, revivepublic static com.google.gwt.event.shared.GwtEvent.Type<SaveInvoiceEventHandler> TYPE
public SaveInvoiceEvent(Invoice invoice)
public com.google.gwt.event.shared.GwtEvent.Type<SaveInvoiceEventHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<SaveInvoiceEventHandler>protected void dispatch(SaveInvoiceEventHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<SaveInvoiceEventHandler>public Invoice getInvoice()
Copyright © 2020. All rights reserved.