PTP
Release 5.0

org.eclipse.ptp.debug.ui.views
Class ParallelDebugViewEventHandler

java.lang.Object
  extended by org.eclipse.ptp.debug.internal.ui.views.AbstractPDebugViewEventHandler
      extended by org.eclipse.ptp.debug.ui.views.ParallelDebugViewEventHandler
All Implemented Interfaces:
IPDebugEventListener

public class ParallelDebugViewEventHandler
extends org.eclipse.ptp.debug.internal.ui.views.AbstractPDebugViewEventHandler


Field Summary
 
Fields inherited from class org.eclipse.ptp.debug.internal.ui.views.AbstractPDebugViewEventHandler
eventWorkbenchJob
 
Constructor Summary
ParallelDebugViewEventHandler(ParallelDebugView view)
          Constructs a new event handler on the given view
 
Method Summary
protected  void doHandleDebugEvent(IPDebugEvent event, org.eclipse.core.runtime.IProgressMonitor monitor)
          Implementation specific handling of debug events.
 ParallelDebugView getPView()
           
 void refresh(boolean all)
          Refresh the given element in the viewer - must be called in UI thread.
 
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
 

Constructor Detail

ParallelDebugViewEventHandler

public ParallelDebugViewEventHandler(ParallelDebugView view)
Constructs a new event handler on the given view

Method Detail

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

PTP
Release 5.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.