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