在JB7下使用一个接口出现问题

koolgi 2003-04-07 12:12:03
我有这样一个接口:
interface Repeater {

public void performAction(int moveDirection);
}
把以上代码加到了使用它的类里,当我程序运行时运行到这个类的时候就出现以下问题:
ALERT: Bad class access flagsExecution completed successfully194851
bytecodes executed284 thread switches328 classes in the system

(including system classes)1290 dynamic objects allocated (74096

bytes)243 garbage collections (52764 bytes collected)Total heap size

500000 bytes (currently 462272 bytes free)

请指教,谢谢大家!




...全文
26 3 打赏 收藏 转发到动态 举报
写回复
用AI写文章
3 条回复
切换为时间正序
请发表友善的回复…
发表回复
koolgi 2003-04-15
  • 打赏
  • 举报
回复
问题我已解决,这样写就可以了
abstract interface Repeater {

public void performAction(int moveDirection);
}
child_bj 2003-04-08
  • 打赏
  • 举报
回复
好象是系统的毛病~~

帮你UP
koolgi 2003-04-07
  • 打赏
  • 举报
回复
UP

13,100

社区成员

发帖
与我相关
我的任务
社区描述
Java J2ME
社区管理员
  • J2ME社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧