org.eclipse.cdt.debug.internal.core
Class CSignalManager
java.lang.Object
org.eclipse.cdt.debug.internal.core.CSignalManager
- All Implemented Interfaces:
- org.eclipse.core.runtime.IAdaptable
public class CSignalManager
- extends java.lang.Object
- implements org.eclipse.core.runtime.IAdaptable
Manages the collection of signals on a debug target.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CSignalManager
public CSignalManager(CDebugTarget target)
- Constructor for CSignalManager.
getSignals
public ICSignal[] getSignals()
throws org.eclipse.debug.core.DebugException
- Throws:
org.eclipse.debug.core.DebugException
dispose
public void dispose()
getAdapter
public java.lang.Object getAdapter(java.lang.Class adapter)
- Specified by:
getAdapter
in interface org.eclipse.core.runtime.IAdaptable
signalChanged
public void signalChanged(org.eclipse.cdt.debug.core.cdi.model.ICDISignal cdiSignal)