chrriis.dj.swingsuite
Interface TriStateCheckBoxListener

All Superinterfaces:
EventListener

public interface TriStateCheckBoxListener
extends EventListener

A listener for tri state check boxes.

Author:
Christopher Deckers

Method Summary
 void stateChanged(JTriStateCheckBox checkBox, JTriStateCheckBox.CheckState state)
          Invoked when the tri state check box changes of state.
 

Method Detail

stateChanged

void stateChanged(JTriStateCheckBox checkBox,
                  JTriStateCheckBox.CheckState state)
Invoked when the tri state check box changes of state.

Parameters:
checkBox - the check box that has changed state.
state - the new state.