superwaba.ext.xplat.io.pimal.todobook
Interface ToDoNotSupportedHandler
- All Known Implementing Classes:
- ToDoNSHNote
- public interface ToDoNotSupportedHandler
Interface used to define classes that can handle not supported fields.
|
Method Summary |
Vector |
complete(ToDoRecord tr,
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,
ToDoRecord tr)
Handles not supported fields. |
write
public void write(Vector notSupported,
ToDoRecord tr)
- Handles not supported fields.
- Parameters:
notSupported - the not supported fieldstr - the respective ToDoRecord
complete
public Vector complete(ToDoRecord tr,
Vector alreadyFound)
- Collects the not supported fields that have been handled and adds them into the Vector of supported fields (already found)
- Parameters:
tr - the respective ToDoRecordalreadyFound - Vector of supported fields that already have been collected- Returns:
- Vector of all fields (supported and not supported) of this
ToDoRecord