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
Modifier and TypeFieldDescriptionprivate final RealmsDownloadLatestWorldScreen.DownloadStatus
private final LevelStorageSource
private final File
private final String
-
Constructor Summary
ConstructorDescriptionProgressListener
(String p_87027_, File p_87028_, LevelStorageSource p_87029_, RealmsDownloadLatestWorldScreen.DownloadStatus p_87030_) -
Method Summary
-
Field Details
-
worldName
-
tempFile
-
levelStorageSource
-
downloadStatus
-
-
Constructor Details
-
ProgressListener
ProgressListener(String p_87027_, File p_87028_, LevelStorageSource p_87029_, RealmsDownloadLatestWorldScreen.DownloadStatus p_87030_)
-
-
Method Details
-
actionPerformed
- Specified by:
actionPerformed
in interfaceActionListener
-