public interface TriStateCheckBoxListener extends EventListener
| Modifier and Type | Method and Description |
|---|---|
void |
stateChanged(JTriStateCheckBox checkBox,
JTriStateCheckBox.CheckState state)
Invoked when the tri state check box changes of state.
|
void stateChanged(JTriStateCheckBox checkBox, JTriStateCheckBox.CheckState state)
checkBox - the check box that has changed state.state - the new state.Copyright © 2019. All rights reserved.