Adapter class for breakpoints. More...
Public Member Functions | |
| void | changedDescription (final Breakpoint breakpoint, final String description) |
| Signals description changes. | |
| void | changedState (Breakpoint breakpoint, BreakpointStatus state) |
| Signals state changes. | |
Adapter class that can be used by objects that want to listen on breakpoints but only need to process few events.
| void BinNavi.API.debug.BreakpointListenerAdapter.changedDescription | ( | final Breakpoint | breakpoint, | |
| final String | description | |||
| ) |
Invoked after the description of a breakpoint changed.
| breakpoint | The breakpoint whose description changed. | |
| description | The new description of the breakpoint. |
Implements BinNavi.API.debug.IBreakpointListener.
| void BinNavi.API.debug.IBreakpointListener.changedState | ( | Breakpoint | breakpoint, | |
| BreakpointStatus | state | |||
| ) | [inherited] |
Invoked after the state of a breakpoint changed.
| breakpoint | The breakpoint whose description changed. | |
| state | The new state of the breakpoint. |
1.7.1