Can we only have Start() and Stop() instead?
Any one know?
Can we only have Start() and Stop() instead?
Any one know?
You don't have to implement init() and destroy() if you don't need to, they're there as hooks if you need them.
The javadoc is very clear on what you should and shouldn't implement.