|
Eclipse Platform Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
DebugEvent
Method Summary | |
---|---|
void |
handleDebugEvents(DebugEvent[] events)
Notifies this listener of the given debug events. |
Method Detail |
public void handleDebugEvents(DebugEvent[] events)
events
- the debug events
|
Eclipse Platform Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.