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

org.opentripplanner.visualizer.VertexSelectionListener Maven / Gradle / Ivy

package org.opentripplanner.visualizer;

import java.util.List;

import org.opentripplanner.routing.graph.Vertex;

/**
 * An interface allowing a map UI element to report
 * that the user has selected vertices.
 *
 */
public interface VertexSelectionListener {
    public void verticesSelected(List selected);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy