org.eclipse.cdt.debug.core.breakpointactions
Class ResumeActionEnabler

java.lang.Object
  extended by org.eclipse.cdt.debug.core.breakpointactions.ResumeActionEnabler
All Implemented Interfaces:
IResumeActionEnabler

public class ResumeActionEnabler
extends java.lang.Object
implements IResumeActionEnabler


Constructor Summary
ResumeActionEnabler(CThread adaptableObject)
           
 
Method Summary
 void resume()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResumeActionEnabler

public ResumeActionEnabler(CThread adaptableObject)
Method Detail

resume

public void resume()
            throws java.lang.Exception
Specified by:
resume in interface IResumeActionEnabler
Throws:
java.lang.Exception