public abstract class EditHandler extends Handler
| Modifier and Type | Class and Description |
|---|---|
class |
EditHandler.EditEvent
This event is fired when the user double clicks and event
|
| Constructor and Description |
|---|
EditHandler() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
onEdit(EditHandler.EditEvent event) |
protected void |
onEvent(Properties properties)
This method should be overridden by event-specific Handler subclasses.
|
addHandlerpublic abstract void onEdit(EditHandler.EditEvent event)
protected void onEvent(Properties properties)
Handler