File
Doc
Category
Size
Date
Package
InstructionListObserver.java
API Doc
Java SE 5 API
3106
Fri Aug 26 14:55:22 BST 2005
com.sun.org.apache.bcel.internal.generic
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
Fields Summary
Constructors Summary
Methods Summary
public void
notify
(
com.sun.org.apache.bcel.internal.generic.InstructionList
list)
Java Code Source