Uses of Interface
com.storedobject.chart.EventListener
Packages that use EventListener
-
Uses of EventListener in com.storedobject.chart
Methods in com.storedobject.chart with parameters of type EventListenerModifier and TypeMethodDescriptioncom.vaadin.flow.shared.RegistrationSOChart.addListener(EventType eventType, EventListener listener) Adds a listener to the specified event type.com.vaadin.flow.shared.RegistrationSOChart.addListener(EventType eventType, EventListener listener, Chart chart) Adds a listener for a specific event type to the given chart.com.vaadin.flow.shared.RegistrationSOChart.addListener(EventType eventType, EventListener listener, Chart chart, int dataIndex) Adds a listener for the specified event type to the given chart.com.vaadin.flow.shared.RegistrationSOChart.addListener(EventType eventType, EventListener listener, Chart chart, int dataIndex, String dataType) Adds an event listener to a specified event type on the given chart, with additional options for specifying data index and data type.com.vaadin.flow.shared.RegistrationSOChart.addListener(EventType eventType, EventListener listener, Chart chart, String dataType) Adds an event listener to the specified chart for the given event type.com.vaadin.flow.shared.RegistrationSOChart.addListener(EventType eventType, EventListener listener, Object userData) Adds a listener for a specified event type.com.vaadin.flow.shared.RegistrationSOChart.addListener(EventType eventType, EventListener listener, String parameters) Registers an event listener for a specified event type with optional parameters.com.vaadin.flow.shared.RegistrationSOChart.addListener(EventType eventType, EventListener listener, String parameters, Object userData) Adds a listener for a specific event type, allowing custom parameters and optional user data to be passed.