Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

org.eclipse.debug.core
Interface IDebugEventSetListener

All Known Implementing Classes:
Launch, RunToLineHandler

public interface IDebugEventSetListener

A debug event set listener registers with the debug plug-in to receive event notification from programs being run or debugged.

When more than one event is reported, each event has occurred at the same location in a target program. For example, a breakpoint may reside at the same location at which a step request completes. In this case the breakpoint event and step end event are reported together in the same event set.

Clients may implement this interface.

Since:
2.0
See Also:
DebugEvent

Method Summary
 void handleDebugEvents ( DebugEvent[] events)
          Notifies this listener of the given debug events.
 

Method Detail

handleDebugEvents

void handleDebugEvents(
DebugEvent[] events)
Notifies this listener of the given debug events. All of the events in the given event collection occurred at the same location the program be run or debugged.

Parameters:
events - the debug events

Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire