コード例 #1
0
 protected void disposed() {
   factory.removeProgressProvider(this);
 }
コード例 #2
0
 @PostConstruct
 public void setup() {
   factory.addProgressProvider(this);
 }