| Package | Description | 
|---|---|
| org.pepstock.charba.client | 
 Main package with all charts implementation, global classes and common interfaces. 
 | 
| org.pepstock.charba.client.impl.plugins | 
 Contains some plugins implementations, available out-of-the box. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
default void | 
Plugin.onAfterEvent(IsChart chart,
            PluginEventArgument argument)
Called after the 'event' has been consumed. 
Note that this hook will not be called if the 'event' has been previously discarded.  | 
default boolean | 
Plugin.onBeforeEvent(IsChart chart,
             PluginEventArgument argument)
Called before processing the specified 'event'. 
If any plugin returns false, the event will be discarded. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ChartPointer.onAfterEvent(IsChart chart,
            PluginEventArgument argument)  | 
boolean | 
DatasetsItemsSelector.onBeforeEvent(IsChart chart,
             PluginEventArgument argument)  |