org.esa.beam.framework.processor
Interface RequestValidator
public interface RequestValidator
A validator used to validate processing requests.
validateRequest
boolean validateRequest(Processor processor,
Request request)
- Validates the given processing request.
If a processor is called in interactive mode, this method will always be called
from Swing's event dispatching thread. So it is safe to pop-up dialog boxes here.
- Parameters:
processor - the processor which wants to process the given requestrequest - the processing request
- Returns:
- true if the processing request is OK
Copyright © 2002-2012 Brockmann Consult GmbH. All Rights Reserved.