nl.lxtreme.ols.util.swing.validation
Interface IValidator

All Known Implementing Classes:
NumberValidator

public interface IValidator

Provides a validator for values.


Method Summary
 boolean validate(Object aValue)
          Validates the given value.
 

Method Detail

validate

boolean validate(Object aValue)
Validates the given value.

Parameters:
aValue - the value to validate, can be null or any object.
Returns:
true if the given value is correct, false otherwise.


Copyright © 2012 L'Xtreme IT consultancy. All Rights Reserved.