com.intellij.openapi.editor.colors
Class EditorColorsAdapter

java.lang.Object
  extended by com.intellij.openapi.editor.colors.EditorColorsAdapter
All Implemented Interfaces:
EditorColorsListener, java.util.EventListener

public abstract class EditorColorsAdapter
extends java.lang.Object
implements EditorColorsListener


Constructor Summary
EditorColorsAdapter()
           
 
Method Summary
 void globalSchemeChange(EditorColorsScheme scheme)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditorColorsAdapter

public EditorColorsAdapter()
Method Detail

globalSchemeChange

public void globalSchemeChange(EditorColorsScheme scheme)
Specified by:
globalSchemeChange in interface EditorColorsListener