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