org.eclipse.ptp.debug.ui.views
Class ParallelDebugViewEventHandler
java.lang.Object
org.eclipse.ptp.debug.internal.ui.views.AbstractPDebugViewEventHandler
org.eclipse.ptp.debug.ui.views.ParallelDebugViewEventHandler
- All Implemented Interfaces:
- IPDebugEventListener
public class ParallelDebugViewEventHandler
- extends org.eclipse.ptp.debug.internal.ui.views.AbstractPDebugViewEventHandler
| Fields inherited from class org.eclipse.ptp.debug.internal.ui.views.AbstractPDebugViewEventHandler |
eventWorkbenchJob |
| Methods inherited from class org.eclipse.ptp.debug.internal.ui.views.AbstractPDebugViewEventHandler |
dispose, getActivePage, getView, handleDebugEvent, refresh |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParallelDebugViewEventHandler
public ParallelDebugViewEventHandler(ParallelDebugView view)
- Constructs a new event handler on the given view
getPView
public ParallelDebugView getPView()
refresh
public void refresh(boolean all)
- Description copied from class:
org.eclipse.ptp.debug.internal.ui.views.AbstractPDebugViewEventHandler
- Refresh the given element in the viewer - must be called in UI thread.
- Specified by:
refresh in class org.eclipse.ptp.debug.internal.ui.views.AbstractPDebugViewEventHandler
doHandleDebugEvent
protected void doHandleDebugEvent(IPDebugEvent event,
org.eclipse.core.runtime.IProgressMonitor monitor)
- Description copied from class:
org.eclipse.ptp.debug.internal.ui.views.AbstractPDebugViewEventHandler
- Implementation specific handling of debug events.
Subclasses should override.
- Specified by:
doHandleDebugEvent in class org.eclipse.ptp.debug.internal.ui.views.AbstractPDebugViewEventHandler
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.