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