|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CallGraphChangeListener
Method Summary | |
---|---|
void |
elementsCleared()
The underlying model has been cleared. |
void |
errorAdded(CallGraphError error)
An error has occured. |
void |
methodAdded(MethodNode node)
A new method has been added. |
void |
methodsSwitched(MethodNode goingDown,
MethodNode goingUp)
Two methods are changing place in the parent's list of children. |
void |
methodUpdated(MethodNode node)
A method has been updated. |
Method Detail |
---|
void methodAdded(MethodNode node)
void methodUpdated(MethodNode node)
void methodsSwitched(MethodNode goingDown, MethodNode goingUp)
goingDown
- The method going one step down the list.goingUp
- The method going one step up the list.void errorAdded(CallGraphError error)
void elementsCleared()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |