警報父母我在Java中的以下設置,Java中,對對象的變化
public class Main {
// starts sub class
SubClass sub = new SubClass();
sub.start();
// sub will keep running and call method alert() on a specif change
// method alert is void but updates a public variable named status on sub
while(1==1) {
// I should ideally be able to catch/read sub status result here
// how can I do it?
}
}
我是新來的Java所以這可能是無效的,我的做法可能是錯誤的。既然如此,請指向正確的方向。
謝謝。
你的問題是什麼? – 2010-11-16 23:15:07