blob: 2f47f7cb0fbea4a7a69c8e38ed266c1ded37ea6c [file] [log] [blame]
/*
* (c) Copyright QNX Software System Ltd. 2002.
* All Rights Reserved.
*/package org.eclipse.cdt.ui;
public interface IBuildConsoleListener {
void consoleChange(IBuildConsoleEvent event);
}