|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.cdt.debug.internal.ui.views.AbstractDebugEventHandler
public abstract class AbstractDebugEventHandler
Handles debug events, updating a view and viewer.
Constructor Summary | |
---|---|
AbstractDebugEventHandler(org.eclipse.debug.ui.AbstractDebugView view)
Constructs an event handler for the given view. |
Method Summary | |
---|---|
void |
dispose()
De-registers this event handler from the debug model. |
void |
handleDebugEvents(org.eclipse.debug.core.DebugEvent[] events)
|
void |
refresh()
Refresh the viewer - must be called in UI thread. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractDebugEventHandler(org.eclipse.debug.ui.AbstractDebugView view)
view
- debug viewMethod Detail |
---|
public void handleDebugEvents(org.eclipse.debug.core.DebugEvent[] events)
handleDebugEvents
in interface org.eclipse.debug.core.IDebugEventSetListener
IDebugEventSetListener.handleDebugEvents(DebugEvent[])
public void refresh()
public void dispose()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |