import com.jpexs.decompiler.flash.SWF; import com.jpexs.decompiler.flash.action.ActionList; import com.jpexs.decompiler.flash.helpers.SWFDecompilerListener; public class AS2DeobfuscatorSample implements SWFDecompilerListener { @Override public void actionListParsed(ActionList actions, SWF swf) { } }