Searched refs:InstructionListObserver (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DInstructionListObserver.java67 public interface InstructionListObserver { interface
H A DInstructionList.java1266 public void addObserver(InstructionListObserver o) {
1275 public void removeObserver(InstructionListObserver o) {
1287 ((InstructionListObserver)e.next()).notify(this);

Completed in 41 milliseconds