Interface | Description |
---|---|
ImportFileTask.Callback |
Provides a mechanism to be notified once a file has been "imported" Allows injection of
additional logic beyond notifying user of success/failure Invoked if import is successful, or
fails, but not if cancelled
|
Class | Description |
---|---|
ImportFilesTask |
Background task to parse a directory and move files to other directories, which are watched by
other components which handle import into ATAK
|
ImportFileTask |
Background task to import a single file
|
ImportFileTask.ProgressUpdate | |
ImportFileTask.Result |
Result of import attempt
Note, for most implementations, this currently means the import was
initiated and is processing, not necessarily completed successfully
|
ImportNetworkLinksTask |
Background task to import one or more KML files that were downloaded via NetworkLinks.
|
ImportRemoteFileTask |
Background task to import a single file, minor extensions to ImportFileTask e.g.
|
NetworkLinkRefresh |
Timers to auto refresh KML Network Links Task runs periodically
|