org.apache.bcel.generic

Interface 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 152690 2001-10-29 19:59:54Z jvanzyl $

Author: M. Dahm

Method Summary
voidnotify(MethodGen method)

Method Detail

notify

public void notify(MethodGen method)