package proto; public class BasePush { int t; public int getT() { return t; } public void setT(int t) { update(); this.t = t; } private void update() { } }