Adapter class for view edges.
More...
List of all members.
Public Member Functions |
| void | changedVisibility (ViewEdge edge, boolean visibility) |
| | Signals the visibility of the view edge changed.
|
Package Functions |
| void | changedColor (ViewEdge edge, Color color) |
| | Signals the color of the view edge changed.
|
Detailed Description
Adapter class that can be used by objects that want to listen on view edges but only need to process few events.
Member Function Documentation
| void BinNavi.API.disassembly.IViewEdgeListener.changedColor |
( |
ViewEdge |
edge, |
|
|
Color |
color | |
|
) |
| | [package, inherited] |
Invoked after the color of the view edge changed.
- Parameters:
-
| edge | The edge whose color changed. |
| color | The new color of the edge. |
| void BinNavi.API.disassembly.IViewEdgeListener.changedVisibility |
( |
ViewEdge |
edge, |
|
|
boolean |
visibility | |
|
) |
| | [inherited] |
Invoked after the visibility of the view edge changed.
- Parameters:
-
| edge | The edge whose visibility changed. |
| visibility | The new visibility of the edge. |