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 IDebugEventFilter


public interface IDebugEventFilter

An event filter allows clients to intercept debug events. Event filters are registered with the debug plug-in.

Clients may implement this interface.

Since:
2.0
See Also:
DebugPlugin

Method Summary
  DebugEvent[] filterDebugEvents ( DebugEvent[] events)
          Filters the given set of debug events, and returns the set of debug events that should be fired to registered listeners - null or an empty collection if no debug events should be fired.
 

Method Detail

filterDebugEvents


DebugEvent[] filterDebugEvents(
DebugEvent[] events)
Filters the given set of debug events, and returns the set of debug events that should be fired to registered listeners - null or an empty collection if no debug events should be fired.

When multiple event filters are registered, events are passed through all filters. That is, the events returned from the first filter are passed through the second filter, and so on.

Parameters:
events - set of debug events to filter
Returns:
the set of debug events to fire

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