public interface ITimelineObjectEditorListener extends EventListener
Modifier and Type | Method and Description |
---|---|
void |
editingCanceled(ChangeEvent evt)
Callback method that gets invoked if the user canceled the editing of a
timeline object.
|
void |
editingStopped(ChangeEvent evt)
Callback method that gets invoked if the user stopped the editing of a
timeline object.
|
void editingStopped(ChangeEvent evt)
evt
- the change event with information about the source of the
callback callvoid editingCanceled(ChangeEvent evt)
evt
- the change event with information about the source of the
callback callCopyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.