JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.apache.bcel.generic
ClassObserver
Contents
Description
Method Summary
Method Details
notify(ClassGen)
Hide sidebar
Show sidebar
Interface ClassObserver
public interface
ClassObserver
Implement this interface if you're interested in changes to a ClassGen object and register yourself with addObserver().
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
notify
(
ClassGen
clazz)
Notifies the observer that the ClassGen object has changed.
Method Details
notify
void
notify
(
ClassGen
clazz)
Notifies the observer that the ClassGen object has changed.
Parameters:
clazz
- the ClassGen object that changed.