Package org.jdesktop.swingx.action
Class BoundAction.BooleanInvocationHandler
java.lang.Object
org.jdesktop.swingx.action.BoundAction.BooleanInvocationHandler
- All Implemented Interfaces:
ItemListener
,EventListener
- Enclosing class:
BoundAction
The callback for the toggle/state changed action that invokes a method
with a boolean argument on a target.
TODO: should reimplement this class as something that can be persistable.
-
Field Details
-
falseStatement
-
trueStatement
-
-
Constructor Details
-
BooleanInvocationHandler
-
-
Method Details
-
itemStateChanged
- Specified by:
itemStateChanged
in interfaceItemListener
-