com.aptana.ide.debug.internal.core
Class UniformResourceBreakpointChangeNotifier

java.lang.Object
  extended by com.aptana.ide.debug.internal.core.UniformResourceBreakpointChangeNotifier
All Implemented Interfaces:
org.eclipse.debug.core.IBreakpointManagerListener

public class UniformResourceBreakpointChangeNotifier
extends java.lang.Object
implements org.eclipse.debug.core.IBreakpointManagerListener

Author:
Max Stepanov

Constructor Summary
UniformResourceBreakpointChangeNotifier()
          UniformResourceBreakpointChangeNotifier
 
Method Summary
 void breakpointManagerEnablementChanged(boolean enabled)
           
 void cleanup()
          cleanup
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UniformResourceBreakpointChangeNotifier

public UniformResourceBreakpointChangeNotifier()
UniformResourceBreakpointChangeNotifier

Method Detail

cleanup

public void cleanup()
cleanup


breakpointManagerEnablementChanged

public void breakpointManagerEnablementChanged(boolean enabled)
Specified by:
breakpointManagerEnablementChanged in interface org.eclipse.debug.core.IBreakpointManagerListener
See Also:
IBreakpointManagerListener.breakpointManagerEnablementChanged(boolean)