uklance / tapestry-stitch

Sample components and concepts in Tapestry 5
MIT License
14 stars 7 forks source link

Rename 'onEvent' mixin to 'observe' #23

Open uklance opened 10 years ago

uklance commented 10 years ago

onevent mixin is not a great name. There's already a @OnEvent annotation and in lowercase it could be read as one vent. I think a better name is observe.

Need to redirect from oneventdemo to observedemo.