public class SaveInvoicingEvent extends com.google.gwt.event.shared.GwtEvent<SaveInvoicingEventHandler>
InvoicingConfig payload.| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<SaveInvoicingEventHandler> |
TYPE |
| Constructor and Description |
|---|
SaveInvoicingEvent(InvoicingConfig invoicing) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(SaveInvoicingEventHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<SaveInvoicingEventHandler> |
getAssociatedType() |
InvoicingConfig |
getInvoicing() |
assertLive, getSource, isLive, kill, revivepublic static com.google.gwt.event.shared.GwtEvent.Type<SaveInvoicingEventHandler> TYPE
public SaveInvoicingEvent(@Nonnull InvoicingConfig invoicing)
public InvoicingConfig getInvoicing()
public com.google.gwt.event.shared.GwtEvent.Type<SaveInvoicingEventHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<SaveInvoicingEventHandler>protected void dispatch(SaveInvoicingEventHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<SaveInvoicingEventHandler>Copyright © 2023. All rights reserved.