vialab / SMT

Simple Multi-Touch (SMT) Toolkit
http://vialab.science.uoit.ca/smt
GNU General Public License v3.0
43 stars 18 forks source link

Deprecate SMT.addMethodClasses(), .setBoundObject(). #174

Closed kiwistrongis closed 10 years ago

kiwistrongis commented 10 years ago

We've decide in a meeting that the addMethodClasses() and setBoundObject() should not exist. As such, it needs to be deprecated. If the functions are still used internally, a protected internal replacement function needs to be written.

Developers using processing with java should either extend Zone and override the appropriate methods. If they do not want to use or use anonymous classes. We need clear examples for both cases.

Developers using processing alone should write their methods in their PApplet. We have sufficient examples for this. We also need to have support documentation for processing users that have decided to switch to using java.

kiwistrongis commented 10 years ago

Issue #152 will need to be fixed for this.

kiwistrongis commented 10 years ago

Issue #152 has been fixed, this issue can now be resolved.

kiwistrongis commented 10 years ago

The only thing left for this issue is documentation - which will be handled with vialab/SMT-Web#13. As such, this issue is now resolved.