Package com.zerog.ia.api.pub
Interface UninstallerAccess
-
- All Known Implementing Classes:
UninstallerProxy
public interface UninstallerAccess
UninstallerAccess allows data serialization from the installer to the uninstaller.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.io.DataInput
getLogInput()
Information written to the the log at install-time can be read back using the DataInput returned by this method.
-