public abstract class InteractionFunction extends Function implements IProcessableOption
InteractionEvent object.| Modifier and Type | Field and Description |
|---|---|
static String |
PROCESSING_KEY
The key under which
InteractionFunctions are registered in the
parent options. |
| Constructor and Description |
|---|
InteractionFunction(Options parentOptions)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getProcessingKey() |
abstract void |
onInteraction(InteractionEvent event)
This method is called on the server side when the
InteractionFunction is called on the client side. |
addParameter, getFunction, setFunctionpublic static final String PROCESSING_KEY
InteractionFunctions are registered in the
parent options. See Options.markForProcessing(IProcessableOption) .public InteractionFunction(Options parentOptions)
behavior - parentOptions - public String getProcessingKey()
getProcessingKey in interface IProcessableOptionpublic abstract void onInteraction(InteractionEvent event)
InteractionFunction is called on the client side.event - the InteractionEvent containing information about which
Point of which Series and which Chart has been interacted with.Copyright © 2013. All Rights Reserved.