All Downloads are FREE. Search and download functionalities are using the official Maven repository.

tech.tablesaw.plotly.event.EventHandlerBody Maven / Gradle / Ivy

There is a newer version: 0.43.1
Show newest version
package tech.tablesaw.plotly.event;

public interface EventHandlerBody {

  /**
   * Returns a string of Javascript code that implements a plotly event handler
   *
   * @param targetName name of the target document
   * @param divName target document id
   * @param eventData name of the event data variable
   * @return A string that can be rendered in javascript
   */
  String asJavascript(String targetName, String divName, String eventData);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy