public class SaveTemplateCreatedEvent extends com.google.gwt.event.shared.GwtEvent<SaveTemplateCreatedEventHandler>
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<SaveTemplateCreatedEventHandler> |
TYPE |
| Constructor and Description |
|---|
SaveTemplateCreatedEvent(boolean isUpdate)
Instantiates a new template created event.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(SaveTemplateCreatedEventHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<SaveTemplateCreatedEventHandler> |
getAssociatedType() |
boolean |
isUpdate() |
assertLive, getSource, isLive, kill, revivepublic static final com.google.gwt.event.shared.GwtEvent.Type<SaveTemplateCreatedEventHandler> TYPE
public SaveTemplateCreatedEvent(boolean isUpdate)
validate - the validatesave - the savepublic com.google.gwt.event.shared.GwtEvent.Type<SaveTemplateCreatedEventHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<SaveTemplateCreatedEventHandler>public boolean isUpdate()
protected void dispatch(SaveTemplateCreatedEventHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<SaveTemplateCreatedEventHandler>Copyright © 2015. All Rights Reserved.