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. |
write
public void write(Vector notSupported,
MemoRecord mr)
- Handles not supported fields.
- Parameters:
notSupported - the not supported fieldsmr - 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 MemoRecordalreadyFound - Vector of supported fields that already have been collected- Returns:
- Vector of all fields (supported and not supported) of this
MemoRecord