Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-debug-dev] How can I listen to IBreakpoint.setEnabled(boolean) invocations

> 
> Hi.
> 
> Is there anyway to add as listener to IBreakpoint to be informed of 
> invocations of setEnabled(boolean)? Maybe through adapters or 
> another Listener location. I want to broadcast enabled status 
> changes to peers.
> 
> 

@see IBreakpointListener#breakpointChanged(...). Register listeners with 
the IBreakpointManager.

Darin


Back to the top