dk.vajhoej.record
Interface Util2.ObjectHandler<T>

Enclosing class:
Util2

public static interface Util2.ObjectHandler<T>

Interface for processing objects read.


Method Summary
 void process(T o)
          Process object.
 

Method Detail

process

void process(T o)
             throws RecordException,
                    java.io.IOException
Process object.

Parameters:
o - object to process
Throws:
RecordException - if problem with record definition
java.io.IOException - if problem with stream