
com.vaadin.client.widget.grid.events.BodyClickHandler Maven / Gradle / Ivy
/*
* Vaadin Framework 7
*
* Copyright (C) 2000-2024 Vaadin Ltd
*
* This program is available under Vaadin Commercial License and Service Terms.
*
* See for the full
* license.
*/
package com.vaadin.client.widget.grid.events;
import com.vaadin.client.widget.grid.events.AbstractGridMouseEventHandler.GridClickHandler;
/**
* Handler for {@link GridClickEvent}s that happen in the body of the Grid.
*
* @since 7.4
* @author Vaadin Ltd
*/
public interface BodyClickHandler extends GridClickHandler {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy