org.apache.bcel.generic

Interface InstructionListObserver

public interface InstructionListObserver

Implement this interface if you're interested in changes to an InstructionList object and register yourself with addObserver().
Version:
$Id: InstructionListObserver.java 152690 2001-10-29 19:59:54Z jvanzyl $
Author:
M. Dahm

Method Summary

void
notify(InstructionList list)

Method Details

notify

public void notify(InstructionList list)