faa.tg.prep.tmf.radar.validation
Class AbstractValidator
java.lang.Object
faa.tg.filters.AbstractFilter
faa.tg.prep.tmf.radar.validation.AbstractValidator
- All Implemented Interfaces:
- Filter, FilterableListener, java.io.Serializable, java.util.EventListener
public abstract class AbstractValidator
- extends AbstractFilter
Abstract class AbstractValidator
See the source: AbstractValidator.java
- Version:
- $Id: AbstractValidator.java,v 3.1 2006/03/14 15:57:37 samf Exp $
- Author:
- Jim Mauroff TGF
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
static final long serialVersionUID
- See Also:
- Constant Field Values
CVS_VERSION_ID
public static final java.lang.String CVS_VERSION_ID
- The CVS Version ID
- See Also:
- Constant Field Values
validationException
private ValidationException validationException
AbstractValidator
public AbstractValidator()
validate
public abstract boolean validate(java.lang.String theValue)
getValidationException
public ValidationException getValidationException()
setValidationException
public void setValidationException(java.lang.String message)
handleObject
public void handleObject(Filterable event)
- Description copied from class:
AbstractFilter
- Called to have filter receive events that the Filter is registered for.
This is where most of the work of the filter is done.
To pass the evt on to the next Filter(s) call fire()
- Specified by:
handleObject in interface FilterableListener- Specified by:
handleObject in class AbstractFilter
- Parameters:
event - The event containing the Filterable object.