public class ImageClickEvent extends com.google.gwt.event.shared.GwtEvent<ImageClickHandler>
| Constructor and Description |
|---|
ImageClickEvent(Record record) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(ImageClickHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<ImageClickHandler> |
getAssociatedType() |
Record |
getRecord() |
static com.google.gwt.event.shared.GwtEvent.Type<ImageClickHandler> |
getType() |
void |
setRecord(Record record) |
assertLive, getSource, isLive, kill, revivepublic ImageClickEvent(Record record)
public static com.google.gwt.event.shared.GwtEvent.Type<ImageClickHandler> getType()
public Record getRecord()
public void setRecord(Record record)
protected void dispatch(ImageClickHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<ImageClickHandler>public com.google.gwt.event.shared.GwtEvent.Type<ImageClickHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<ImageClickHandler>