superwaba.ext.xplat.io.pimal.memobook
Interface MemoNotSupportedHandler


public interface MemoNotSupportedHandler

Interface used to define classes that can handle not supported fields.


Method Summary
 Vector complete(MemoRecord mr, Vector alreadyFound)
          Collects the not supported fields that have been handled and adds them into the Vector of supported fields (already found)
 void write(Vector notSupported, MemoRecord mr)
          Handles not supported fields.
 

Method Detail

write

public void write(Vector notSupported,
                  MemoRecord mr)
Handles not supported fields.
Parameters:
notSupported - the not supported fields
mr - the respective MemoRecord

complete

public Vector complete(MemoRecord mr,
                       Vector alreadyFound)
Collects the not supported fields that have been handled and adds them into the Vector of supported fields (already found)
Parameters:
mr - the respective MemoRecord
alreadyFound - Vector of supported fields that already have been collected
Returns:
Vector of all fields (supported and not supported) of this MemoRecord