Skip to content

Commit

Permalink
deprecated GraphMouseListener
Browse files Browse the repository at this point in the history
  • Loading branch information
tomnelson committed Nov 11, 2024
1 parent 32dcb02 commit f6c1766
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
* @author danyelf
* @param <V> vertex type
*/
@Deprecated
public interface GraphMouseListener<V> {

void graphClicked(V v, MouseEvent me);
Expand Down

0 comments on commit f6c1766

Please sign in to comment.