public interface IDebugEventFilter
Clients may implement this interface.
DebugPlugin
Modifier and Type | Method and Description |
---|---|
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. |
DebugEvent[] filterDebugEvents(DebugEvent[] events)
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.
events
- set of debug events to filter
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.