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