Package com.bc.ceres.swing.binding
Class BindingContext.SilentProblemHandler
java.lang.Object
com.bc.ceres.swing.binding.BindingContext.SilentProblemHandler
- All Implemented Interfaces:
BindingProblemListener
- Enclosing class:
BindingContext
public static class BindingContext.SilentProblemHandler
extends Object
implements BindingProblemListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidproblemCleared(BindingProblem oldProblem) Called when a problem has been cleared in aBindingof aBindingContext.voidproblemReported(BindingProblem newProblem, BindingProblem oldProblem) Called when a problem has been reported on aBindingof aBindingContext.
-
Constructor Details
-
SilentProblemHandler
public SilentProblemHandler()
-
-
Method Details
-
problemReported
Description copied from interface:BindingProblemListenerCalled when a problem has been reported on aBindingof aBindingContext.- Specified by:
problemReportedin interfaceBindingProblemListener- Parameters:
newProblem- The new problem.oldProblem- The old problem, may benullif no problem existed before.
-
problemCleared
Description copied from interface:BindingProblemListenerCalled when a problem has been cleared in aBindingof aBindingContext.- Specified by:
problemClearedin interfaceBindingProblemListener- Parameters:
oldProblem- The old problem.
-