(defmacro add-list-selection-listener [obj [[event] & code]] `(doto ~obj (.addListSelectionListener (proxy [ListSelectionListener] [] (valueChanged [~event] ~@code)))))
Comments top
No comments for add-list-selection-listener. Log in to add a comment.