clojure-android / neko

The Clojure/Android Toolkit
Other
297 stars 36 forks source link

Add :implements in the gen-class of the defactivity macro #45

Closed yamafaktory closed 9 years ago

yamafaktory commented 9 years ago

Hi, I currently need to implement an interface in defactivity, so I added it in the gen-class of the macro. Please correct me if I am totally wrong, or if there is another obvious way to deal with it!

alexander-yakushev commented 9 years ago

You are correct! I've never had the necessity to implement interfaces, so I forgot that option. Thank you!

yamafaktory commented 9 years ago

Thank you for your responsiveness!