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

Uses of Class
org.eclipse.debug.core.DebugEvent

Packages that use DebugEvent
org.eclipse.debug.core Provides support for launching programs, breakpoint management, expression management, and debug events. 
org.eclipse.debug.core.model Defines interfaces for debug model elements, source lookup, and launching. 
org.eclipse.debug.ui.actions

Provides a set of actions related to running and debugging applications. 

 

Uses of DebugEvent in org.eclipse.debug.core
 

Methods in org.eclipse.debug.core that return DebugEvent
  DebugEvent[] IDebugEventFilter. 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.
 

Methods in org.eclipse.debug.core with parameters of type DebugEvent
  DebugEvent[] IDebugEventFilter. 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.
 void DebugPlugin. fireDebugEventSet ( DebugEvent[] events)
          Notifies all registered debug event set listeners of the given debug events.
 void Launch. handleDebugEvents ( DebugEvent[] events)
           
 void IDebugEventSetListener. handleDebugEvents ( DebugEvent[] events)
          Notifies this listener of the given debug events.
 

Uses of DebugEvent in org.eclipse.debug.core.model
 

Methods in org.eclipse.debug.core.model with parameters of type DebugEvent
 void DebugElement. fireEvent ( DebugEvent event)
          Fires a debug event.
protected  void RuntimeProcess. fireEvent ( DebugEvent event)
          Fires the given debug event.
 

Uses of DebugEvent in org.eclipse.debug.ui.actions
 

Methods in org.eclipse.debug.ui.actions with parameters of type DebugEvent
 void RunToLineHandler. handleDebugEvents ( DebugEvent[] 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