OSDN Git Service

delete branches. use stigmata/plugins/{tags, branches}
[stigmata/stigmata-plugins.git] / wsp / src / main / java / jp / sourceforge / stigmata / birthmarks / wsp / OpcodeExtractionFinishListener.java
1 package jp.sourceforge.stigmata.birthmarks.wsp;
2
3 /*
4  * $Id$
5  */
6
7 import java.util.List;
8
9 /**
10  * 
11  * @author Haruaki Tamada
12  * @version $Revision$
13  */
14 public interface OpcodeExtractionFinishListener{
15     public void finishExtractionOpcodes(List<Opcode> opcodes);
16 }