public abstract class ReadyHandler extends Handler
| Modifier and Type | Class and Description |
|---|---|
static class |
ReadyHandler.ReadyEvent
The ready event is fired when visualization has finished rendering.
|
| Constructor and Description |
|---|
ReadyHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
onEvent(Properties properties)
This method should be overridden by event-specific Handler subclasses.
|
abstract void |
onReady(ReadyHandler.ReadyEvent event) |
addHandlerpublic abstract void onReady(ReadyHandler.ReadyEvent event)
protected void onEvent(Properties properties)
Handler