public class GetLastUsedDirectoryTask
extends java.lang.Object
implements java.util.concurrent.Callable
Executing this logic on a separate thread prevents the UI thread from freezing when the target directory points to an unresponsive or unmounted network drive.
| Constructor and Description |
|---|
GetLastUsedDirectoryTask(Client _client,
java.lang.String _sessionKey)
Constructs the directory verification task.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
call()
Fetches the path from the session and verifies its existence on disk.
|
public GetLastUsedDirectoryTask(Client _client, java.lang.String _sessionKey)
_sessionKey - The session key mapping to the stored directory path.Copyright © 2000-2026 OAshi S.à r.l. All Rights Reserved.