public abstract class ChangeHandler extends Handler
| Modifier and Type | Class and Description |
|---|---|
class |
ChangeHandler.ChangeEvent
This event is fired when the user has changed the position of an event by
dragging it in the timeline.
|
| Constructor and Description |
|---|
ChangeHandler() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
onChange(ChangeHandler.ChangeEvent event) |
protected void |
onEvent(Properties properties)
This method should be overridden by event-specific Handler subclasses.
|
addHandlerpublic abstract void onChange(ChangeHandler.ChangeEvent event)
protected void onEvent(Properties properties)
Handler