Uses of Interface
be.yildizgames.common.application.helper.updater.UpdateDownloadListener
Packages that use UpdateDownloadListener
Package
Description
-
Uses of UpdateDownloadListener in be.yildizgames.common.application.helper.splashscreen
Classes in be.yildizgames.common.application.helper.splashscreen that implement UpdateDownloadListenerModifier and TypeClassDescriptionclassA splash screen implementation that does nothing.classBase splash screen implementation that supports updating progress. -
Uses of UpdateDownloadListener in be.yildizgames.common.application.helper.updater
Method parameters in be.yildizgames.common.application.helper.updater with type arguments of type UpdateDownloadListenerModifier and TypeMethodDescriptionfinal voidUpdateHelper.update(String url, String archiveName, TemporalAmount delay, int timeout, List<UpdateDownloadListener> listener) Checks for and applies any available updates.