Interface InstallListener
- All Superinterfaces:
EventListener
- All Known Subinterfaces:
ReportListener
- All Known Implementing Classes:
ReportDataListener
,ReportListener.Adapter
-
Method Summary
Modifier and TypeMethodDescriptionvoid
appliedFragment
(Step step, InstallParameters params, InstallFragment installFragment, FragmentReport report) void
enteringFragment
(Step step, InstallParameters params, InstallFragment frag) void
installFailed
(Step step, InstallParameters params, Throwable e) void
installFinished
(Step step, InstallParameters params, StepReport report) void
skippedFragment
(Step step, InstallParameters params, InstallFragment frag, FragmentReport report) void
startInstall
(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
-