I'm trying to put a MouseCliked event in my table but this error:
java.lang.IllegalArgumentException: argument type mismatch
My method looks like this:
private void tblArquivosMouseCliked(ActionEvent event) {
System.out.println("Click Detectado");
}
And in the Scene Builder:
Can anyone help? Thank you.