public abstract class TemplateEditingAdapter extends java.lang.Object implements TemplateEditingListener
Constructor and Description |
---|
TemplateEditingAdapter() |
Modifier and Type | Method and Description |
---|---|
void |
beforeTemplateFinished(TemplateState state,
Template template) |
void |
currentVariableChanged(TemplateState templateState,
Template template,
int oldIndex,
int newIndex) |
void |
templateCancelled(Template template) |
void |
templateFinished(Template template,
boolean brokenOff) |
void |
waitingForInput(Template template) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
beforeTemplateFinished
public void beforeTemplateFinished(TemplateState state, Template template)
beforeTemplateFinished
in interface TemplateEditingListener
public void templateFinished(Template template, boolean brokenOff)
templateFinished
in interface TemplateEditingListener
public void templateCancelled(Template template)
templateCancelled
in interface TemplateEditingListener
public void currentVariableChanged(TemplateState templateState, Template template, int oldIndex, int newIndex)
currentVariableChanged
in interface TemplateEditingListener
public void waitingForInput(Template template)
waitingForInput
in interface TemplateEditingListener