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,v 1.1.1.1 2001/10/29 20:00:20 jvanzyl Exp $
Author:
M. Dahm

Method Summary

void
notify(InstructionList list)

Method Details

notify

public void notify(InstructionList list)