com.aptana.ide.debug.internal.ui.console
Class JSConsoleTracker

java.lang.Object
  extended by com.aptana.ide.debug.internal.ui.console.JSConsoleTracker
All Implemented Interfaces:
org.eclipse.ui.console.IPatternMatchListenerDelegate

public class JSConsoleTracker
extends java.lang.Object
implements org.eclipse.ui.console.IPatternMatchListenerDelegate

Author:
Max Stepanov

Constructor Summary
JSConsoleTracker()
           
 
Method Summary
 void connect(org.eclipse.ui.console.TextConsole console)
           
 void disconnect()
           
 void matchFound(org.eclipse.ui.console.PatternMatchEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSConsoleTracker

public JSConsoleTracker()
Method Detail

connect

public void connect(org.eclipse.ui.console.TextConsole console)
Specified by:
connect in interface org.eclipse.ui.console.IPatternMatchListenerDelegate
See Also:
IPatternMatchListenerDelegate.connect(org.eclipse.ui.console.TextConsole)

disconnect

public void disconnect()
Specified by:
disconnect in interface org.eclipse.ui.console.IPatternMatchListenerDelegate
See Also:
IPatternMatchListenerDelegate.disconnect()

matchFound

public void matchFound(org.eclipse.ui.console.PatternMatchEvent event)
Specified by:
matchFound in interface org.eclipse.ui.console.IPatternMatchListenerDelegate
See Also:
IPatternMatchListenerDelegate.matchFound(org.eclipse.ui.console.PatternMatchEvent)