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.DownloadStatus
private final LevelStorageSource
private final File
private final String
-
Constructor Summary
ConstructorsConstructorDescriptionProgressListener
(String pWorldName, File pTempFile, LevelStorageSource pLevelStorageSource, RealmsDownloadLatestWorldScreen.DownloadStatus pDownloadStatus) -
Method Summary
-
Field Details
-
worldName
-
tempFile
-
levelStorageSource
-
downloadStatus
-
-
Constructor Details
-
ProgressListener
ProgressListener(String pWorldName, File pTempFile, LevelStorageSource pLevelStorageSource, RealmsDownloadLatestWorldScreen.DownloadStatus pDownloadStatus)
-
-
Method Details
-
actionPerformed
- Specified by:
actionPerformed
in interfaceActionListener
-