|
Key
This line was removed.
This word was removed. This word was added.
This line was added.
|
Changes (2)
View Page History{info}
By Martin Jensby, Danish Data Archives
{info}
By Martin Jensby, Danish Data Archives
{info}
The most interesting part of the wrapper is the class dk.dda.fido.Fido, this one is actually the only class you really need to look at, when using this in your project.

Then you need to add something the wrapper can callback when it is done with the inspection, Code a class that implements the interface dk.dda.fido.callbacks.IFidoResultCallback
The reason for this is that I we don't want the wrapper to "pause" the calling Thread, maybe this is call from a button or something.
{code:java}
