예제 #1
0
 private void postProcess() {
   for (SWFListener l : listeners) {
     l.postProcess();
   }
 }