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 TypeMethodDescriptionvoid
problemCleared
(BindingProblem oldProblem) Called when a problem has been cleared in aBinding
of aBindingContext
.void
problemReported
(BindingProblem newProblem, BindingProblem oldProblem) Called when a problem has been reported on aBinding
of aBindingContext
.
-
Constructor Details
-
SilentProblemHandler
public SilentProblemHandler()
-
-
Method Details
-
problemReported
Description copied from interface:BindingProblemListener
Called when a problem has been reported on aBinding
of aBindingContext
.- Specified by:
problemReported
in interfaceBindingProblemListener
- Parameters:
newProblem
- The new problem.oldProblem
- The old problem, may benull
if no problem existed before.
-
problemCleared
Description copied from interface:BindingProblemListener
Called when a problem has been cleared in aBinding
of aBindingContext
.- Specified by:
problemCleared
in interfaceBindingProblemListener
- Parameters:
oldProblem
- The old problem.
-