public abstract class SelectHandler extends Handler
| Modifier and Type | Class and Description |
|---|---|
static class |
SelectHandler.SelectEvent
The select event is fired when the user selects data displayed in the
visualization.
|
| Constructor and Description |
|---|
SelectHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
onEvent(Properties properties)
This method should be overridden by event-specific Handler subclasses.
|
abstract void |
onSelect(SelectHandler.SelectEvent event) |
addHandlerpublic abstract void onSelect(SelectHandler.SelectEvent event)
protected void onEvent(Properties properties)
Handler