public interface NativeLibraryManagerEventListener
NativeLibraryManager
.NativeLibraryManagerEventAdapter
Modifier and Type | Method and Description |
---|---|
void |
end()
Unpacking has completed.
|
void |
install(int number,
String name)
A file is being installed.
|
void |
purge(String installTo)
Purging of the installation directory has started.
|
void |
purged(boolean result)
Purging of the installation directory has completed.
|
void |
start(String installTo,
int installCount)
Unpacking has started.
|
void start(String installTo, int installCount)
installTo
- name of the directory files are being unpacked toinstallCount
- total number of files being unpackedvoid install(int number, String name)
number
- number (not index) of the file currently being installedname
- name of the file currently being installedvoid end()
void purge(String installTo)
installTo
- name of the installation directory being purgedvoid purged(boolean result)
result
- true
if all files and directories were deleted, otherwise false
Copyright © 2009-2012 Caprica Software Limited. All Rights Reserved.