Package com.mojang.realmsclient.client
Class FileDownload.ProgressListener
java.lang.Object
com.mojang.realmsclient.client.FileDownload.ProgressListener
- All Implemented Interfaces:
ActionListener,EventListener
- Enclosing class:
FileDownload
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final RealmsDownloadLatestWorldScreen.DownloadStatusprivate final LevelStorageSourceprivate final Fileprivate final String -
Constructor Summary
ConstructorsConstructorDescriptionProgressListener(String worldName, File tempFile, LevelStorageSource levelStorageSource, RealmsDownloadLatestWorldScreen.DownloadStatus downloadStatus) -
Method Summary
-
Field Details
-
worldName
-
tempFile
-
levelStorageSource
-
downloadStatus
-
-
Constructor Details
-
ProgressListener
ProgressListener(String worldName, File tempFile, LevelStorageSource levelStorageSource, RealmsDownloadLatestWorldScreen.DownloadStatus downloadStatus)
-
-
Method Details
-
actionPerformed
- Specified by:
actionPerformedin interfaceActionListener
-