public class TemplateVariablesChangedEvent extends com.google.gwt.event.shared.GwtEvent<TemplateVariablesChangedEvent.Handler>
| Modifier and Type | Class and Description |
|---|---|
static interface |
TemplateVariablesChangedEvent.Handler |
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<TemplateVariablesChangedEvent.Handler> |
TYPE |
| Constructor and Description |
|---|
TemplateVariablesChangedEvent(org.drools.workbench.models.datamodel.rule.RuleModel model) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(TemplateVariablesChangedEvent.Handler handler) |
com.google.gwt.event.shared.GwtEvent.Type<TemplateVariablesChangedEvent.Handler> |
getAssociatedType() |
org.drools.workbench.models.datamodel.rule.RuleModel |
getModel() |
assertLive, getSource, isLive, kill, revivepublic static final com.google.gwt.event.shared.GwtEvent.Type<TemplateVariablesChangedEvent.Handler> TYPE
public TemplateVariablesChangedEvent(org.drools.workbench.models.datamodel.rule.RuleModel model)
public org.drools.workbench.models.datamodel.rule.RuleModel getModel()
public com.google.gwt.event.shared.GwtEvent.Type<TemplateVariablesChangedEvent.Handler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<TemplateVariablesChangedEvent.Handler>protected void dispatch(TemplateVariablesChangedEvent.Handler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<TemplateVariablesChangedEvent.Handler>Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.