コード例 #1
0
ファイル: EffectAction.java プロジェクト: richardxu/panda-a4
 protected void outputFilter() {
   // Notify the stack to execute the changed top filter and output the results.
   lastFilterChangedCallback = new FilterChangedCallback();
   filterStack.topFilterChanged(lastFilterChangedCallback);
 }