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