Used to listen on breakpoints. More...
Public Member Functions | |
| void | changedState (Breakpoint breakpoint, BreakpointStatus state) |
| Signals state changes. | |
Package Functions | |
| void | changedDescription (final Breakpoint breakpoint, final String description) |
| Signals description changes. | |
Interface that must be implemented by classes that want to be notified about changes in breakpoints.
| void BinNavi.API.debug.IBreakpointListener.changedDescription | ( | final Breakpoint | breakpoint, | |
| final String | description | |||
| ) | [package] |
Invoked after the description of a breakpoint changed.
| breakpoint | The breakpoint whose description changed. | |
| description | The new description of the breakpoint. |
Implemented in BinNavi.API.debug.BreakpointListenerAdapter.
| void BinNavi.API.debug.IBreakpointListener.changedState | ( | Breakpoint | breakpoint, | |
| BreakpointStatus | state | |||
| ) |
Invoked after the state of a breakpoint changed.
| breakpoint | The breakpoint whose description changed. | |
| state | The new state of the breakpoint. |
1.7.1