Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

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

Uses of DebugEvent in org.eclipse.debug.core
 

Fields in org.eclipse.debug.core declared as DebugEvent
private  DebugEvent[] DebugPlugin.EventNotifier.fEvents
           
 

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
 void Launch.handleDebugEvents(DebugEvent[] events)
           
 void DebugPlugin.fireDebugEventSet(DebugEvent[] events)
          Notifies all registered debug event set listeners of the given debug events.
 void DebugPlugin.EventNotifier.dispatch(DebugEvent[] events)
          Filter and dispatch the given events.
 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 IDebugEventSetListener.handleDebugEvents(DebugEvent[] events)
          Notifies this listener of the given debug events.