FileDocCategorySizeDatePackage
MethodObserver.javaAPI DocJava SE 6 API3080Tue Jun 10 00:22:22 BST 2008com.sun.org.apache.bcel.internal.generic

MethodObserver

public interface MethodObserver
Implement this interface if you're interested in changes to a MethodGen object and register yourself with addObserver().
version
$Id: MethodObserver.java,v 1.1.2.1 2005/07/31 23:45:07 jeffsuttor Exp $
author
M. Dahm

Fields Summary
Constructors Summary
Methods Summary
public voidnotify(com.sun.org.apache.bcel.internal.generic.MethodGen method)