开发者

Java Applet: What is the usage of Init(), Start(), Stop(), and Final()?

开发者 https://www.devze.com 2022-12-08 21:04 出处:网络
C开发者_运维知识库an 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.

C开发者_运维知识库an 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.

0

精彩评论

暂无评论...
验证码 换一张
取 消