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

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

package tech.tablesaw.plotly.event;

public interface EventHandler {

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy