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