Eclipse CDT
Pre-release 3.0

org.eclipse.cdt.core.model
Interface IElementChangedListener


public interface IElementChangedListener

An element changed listener receives notification of changes to C elements maintained by the C model.


Method Summary
 void elementChanged(ElementChangedEvent event)
          Notifies that one or more attributes of one or more C elements have changed.
 

Method Detail

elementChanged

void elementChanged(ElementChangedEvent event)
Notifies that one or more attributes of one or more C elements have changed. The specific details of the change are described by the given event.

Parameters:
event - the change event

Eclipse CDT
Pre-release 3.0

Copyright (c) IBM Corp. and others 2004. All Rights Reserved.