Module com.iamsoft.util.ui
Class InverseActivationCriterion
java.lang.Object
com.iamsoft.util.ui.swing.activation.InverseActivationCriterion
- All Implemented Interfaces:
ActivationCriterion
Enablement prerequisite.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addChangeListener
(ChangeListener pListener) protected void
fireSatisfactionChange
(boolean pSatisfied) Call when criterion becomes [un]satisfied.void
removeChangeListener
(ChangeListener pListener) boolean
test()
TODO: return an Object (null for passed test).toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.iamsoft.util.ui.swing.activation.ActivationCriterion
getFailureMessage
-
Constructor Details
-
InverseActivationCriterion
-
-
Method Details
-
addChangeListener
- Specified by:
addChangeListener
in interfaceActivationCriterion
-
removeChangeListener
- Specified by:
removeChangeListener
in interfaceActivationCriterion
-
fireSatisfactionChange
protected void fireSatisfactionChange(boolean pSatisfied) Call when criterion becomes [un]satisfied. -
test
public boolean test()Description copied from interface:ActivationCriterion
TODO: return an Object (null for passed test).- Specified by:
test
in interfaceActivationCriterion
-
toString
-