canmove, Confirmed users
725
edits
| Line 243: | Line 243: | ||
== Writing an Engine class == | == Writing an Engine class == | ||
Your Engine class serves to tie together your Store, Tracker, and Record classes into a bundle that the | Your Engine class serves to tie together your Store, Tracker, and Record classes into a bundle that the Sync service can instantiate and use. | ||
You're probably sick of writing subclasses by this point, but don't worry: this one is very easy. I saved it for last because it requires the least code. | You're probably sick of writing subclasses by this point, but don't worry: this one is very easy. I saved it for last because it requires the least code. | ||