org.radrails.rails.internal.ui.editors
Interface IEditorPropertyChangeListener

All Known Implementing Classes:
CSSCodeScanner, CSSSelectorScanner, DefaultScanner, HTMLCommentScanner, HTMLDocTypeScanner, HTMLTagScanner, JavascriptCodeScanner, JavascriptCommentScanner, RubyExpressionDamagerRepairer

public interface IEditorPropertyChangeListener

Listener for property changes related to source editors.

Author:
mkent

Method Summary
 void applyPropertyChange(org.eclipse.jface.util.PropertyChangeEvent event)
          Apply the property change as appropriate.
 

Method Detail

applyPropertyChange

public void applyPropertyChange(org.eclipse.jface.util.PropertyChangeEvent event)
Apply the property change as appropriate.

Parameters:
event - the event describing the property change