org.esa.beam.framework.processor
Interface RequestValidator


Deprecated. since BEAM 4.11. Use the Graph Processing Framework instead.

@Deprecated
public interface RequestValidator

A validator used to validate processing requests.


Method Summary
 boolean validateRequest(Processor processor, Request request)
          Deprecated. Validates the given processing request.
 

Method Detail

validateRequest

boolean validateRequest(Processor processor,
                        Request request)
Deprecated. 
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 request
request - the processing request
Returns:
true if the processing request is OK


Copyright © 2002-2013 Brockmann Consult GmbH. All Rights Reserved.