Public Member Functions | Package Functions

BinNavi.API.debug.IBreakpointListener Interface Reference

Used to listen on breakpoints. More...

Inheritance diagram for BinNavi.API.debug.IBreakpointListener:
BinNavi.API.debug.BreakpointListenerAdapter

List of all members.

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.

Detailed Description

Interface that must be implemented by classes that want to be notified about changes in breakpoints.


Member Function Documentation

void BinNavi.API.debug.IBreakpointListener.changedDescription ( final Breakpoint  breakpoint,
final String  description 
) [package]

Invoked after the description of a breakpoint changed.

Parameters:
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.

Parameters:
breakpoint The breakpoint whose description changed.
state The new state of the breakpoint.