public abstract class AddHandler extends Handler
| Modifier and Type | Class and Description |
|---|---|
class |
AddHandler.AddEvent
This event is fired when the user is about to create a new event
|
| Constructor and Description |
|---|
AddHandler() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
onAdd(AddHandler.AddEvent event) |
protected void |
onEvent(Properties properties)
This method should be overridden by event-specific Handler subclasses.
|
addHandlerpublic abstract void onAdd(AddHandler.AddEvent event)
protected void onEvent(Properties properties)
Handler