public class ProductIdChangeEvent extends com.google.gwt.event.shared.GwtEvent<ProductIdChangeEventHandler>
ProductPictureUploader.
So make sure this event will be fired right before EditProductEvent.| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<ProductIdChangeEventHandler> |
TYPE |
| Constructor and Description |
|---|
ProductIdChangeEvent(Long productId) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(ProductIdChangeEventHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<ProductIdChangeEventHandler> |
getAssociatedType() |
Long |
getProductId() |
assertLive, getSource, isLive, kill, revivepublic static com.google.gwt.event.shared.GwtEvent.Type<ProductIdChangeEventHandler> TYPE
public com.google.gwt.event.shared.GwtEvent.Type<ProductIdChangeEventHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<ProductIdChangeEventHandler>public Long getProductId()
protected void dispatch(ProductIdChangeEventHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<ProductIdChangeEventHandler>Copyright © 2020. All rights reserved.