org.expasy.jpl.commons.base.process
Interface Processor<T>

Type Parameters:
T - the object type to process.

public interface Processor<T>

The Processor process a given data object.

Version:
1.0
Author:
nikitin

Method Summary
 void process(T onObject)
          Process the given T-object
 

Method Detail

process

void process(T onObject)
             throws ProcessException
Process the given T-object

Throws:
ProcessException


Copyright (c) 2012 Swiss Institute of Bioinformatics. All rights reserved.