public interface JListClassSearcherListener
addJListClassSearcherListener method. When
the JListClassSearcher event occurs, that object's appropriate
method is invoked.JListClassSearcherEvent| Modifier and Type | Method and Description |
|---|---|
void |
addClassFound(ClassElement2Display ce2d)
Will be invoked, if a class was found in a bundle and added to the result list.
|
void |
removeClassFound(ClassElement2Display ce2d)
Will be invoked if a class was removed from the classes found.
|
void addClassFound(ClassElement2Display ce2d)
ce2d - the ClassElement2Displayvoid removeClassFound(ClassElement2Display ce2d)
ce2d - the ClassElement2Display