org.eclipse.cdt.core.parser
Interface IScannerInfoChangeListener


public interface IScannerInfoChangeListener


Method Summary
 void changeNotification(org.eclipse.core.resources.IResource project, org.eclipse.cdt.core.parser.IScannerInfo info)
          The listener must implement this method in order to receive the new information from the provider.
 

Method Detail

changeNotification

void changeNotification(org.eclipse.core.resources.IResource project,
                        org.eclipse.cdt.core.parser.IScannerInfo info)
The listener must implement this method in order to receive the new information from the provider.

Parameters:
info -