public class RemovePictureEvent extends com.google.gwt.event.shared.GwtEvent<RemovePictureEventHandler>
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<RemovePictureEventHandler> |
TYPE |
| Constructor and Description |
|---|
RemovePictureEvent(ProductPicture picture) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(RemovePictureEventHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<RemovePictureEventHandler> |
getAssociatedType() |
ProductPicture |
getPicture() |
assertLive, getSource, isLive, kill, revivepublic static com.google.gwt.event.shared.GwtEvent.Type<RemovePictureEventHandler> TYPE
public RemovePictureEvent(ProductPicture picture)
public com.google.gwt.event.shared.GwtEvent.Type<RemovePictureEventHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<RemovePictureEventHandler>protected void dispatch(RemovePictureEventHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<RemovePictureEventHandler>public ProductPicture getPicture()
Copyright © 2023. All rights reserved.