public class IncomingInvoiceListEvent extends com.google.gwt.event.shared.GwtEvent<IncomingInvoiceListEventHandler>
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<IncomingInvoiceListEventHandler> |
TYPE |
| Constructor and Description |
|---|
IncomingInvoiceListEvent(IncomingInvoice from) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(IncomingInvoiceListEventHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<IncomingInvoiceListEventHandler> |
getAssociatedType() |
String |
getScrollspy() |
assertLive, getSource, isLive, kill, revivepublic static com.google.gwt.event.shared.GwtEvent.Type<IncomingInvoiceListEventHandler> TYPE
public IncomingInvoiceListEvent(@Nullable IncomingInvoice from)
public com.google.gwt.event.shared.GwtEvent.Type<IncomingInvoiceListEventHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<IncomingInvoiceListEventHandler>public String getScrollspy()
protected void dispatch(IncomingInvoiceListEventHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<IncomingInvoiceListEventHandler>Copyright © 2020. All rights reserved.