de.fub.bytecode.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.2 2001/05/09 09:26:57 dahm Exp $
Author:
M. Dahm

Method Summary
 void notify(InstructionList list)
           
 

Method Detail

notify

public void notify(InstructionList list)