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