Skip to content

Instantly share code, notes, and snippets.

@amiracam
Created July 24, 2013 14:36
Show Gist options
  • Save amiracam/6071152 to your computer and use it in GitHub Desktop.
Save amiracam/6071152 to your computer and use it in GitHub Desktop.
@project_choice.getSelectionModel.selectedItemProperty.addListener { |a, b, c|
puts "Project choice event params:"
puts "#{a}"
puts "#{b}"
puts "#{c}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment