nice dotted border
[fedora-idea.git] / platform / util / src / com / intellij / ui / CheckBoxListListener.java
blob80e12a2566c35be3c1330a76d6bb65e56ca715ed
1 package com.intellij.ui;
3 /**
4 * @author oleg
5 */
6 public interface CheckBoxListListener {
7 void checkBoxSelectionChanged(int index, boolean value);