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