Interface InstallListener
- All Superinterfaces:
EventListener
- All Known Subinterfaces:
ReportListener
- All Known Implementing Classes:
ReportDataListener, ReportListener.Adapter
-
Method Summary
Modifier and TypeMethodDescriptionvoidappliedFragment(Step step, InstallParameters params, InstallFragment installFragment, FragmentReport report) voidenteringFragment(Step step, InstallParameters params, InstallFragment frag) voidinstallFailed(Step step, InstallParameters params, Throwable e) voidinstallFinished(Step step, InstallParameters params, StepReport report) voidskippedFragment(Step step, InstallParameters params, InstallFragment frag, FragmentReport report) voidstartInstall(Step step, InstallParameters params)
-
Method Details
-
startInstall
-
installFailed
-
enteringFragment
-
skippedFragment
void skippedFragment(Step step, InstallParameters params, InstallFragment frag, FragmentReport report) -
appliedFragment
void appliedFragment(Step step, InstallParameters params, InstallFragment installFragment, FragmentReport report) -
installFinished
-