public class IssueOrderInvoiceEvent extends com.google.gwt.event.shared.GwtEvent<IssueOrderInvoiceEventHandler>
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<IssueOrderInvoiceEventHandler> |
TYPE |
| Constructor and Description |
|---|
IssueOrderInvoiceEvent(Long orderId) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(IssueOrderInvoiceEventHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<IssueOrderInvoiceEventHandler> |
getAssociatedType() |
Long |
getOrderId()
Returns the order identification as a source to issue a new invoice.
|
assertLive, getSource, isLive, kill, revivepublic static com.google.gwt.event.shared.GwtEvent.Type<IssueOrderInvoiceEventHandler> TYPE
public com.google.gwt.event.shared.GwtEvent.Type<IssueOrderInvoiceEventHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<IssueOrderInvoiceEventHandler>public Long getOrderId()
protected void dispatch(IssueOrderInvoiceEventHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<IssueOrderInvoiceEventHandler>Copyright © 2020. All rights reserved.