Package com.mojang.realmsclient.client
Class FileDownload.ProgressListener
- java.lang.Object
-
- com.mojang.realmsclient.client.FileDownload.ProgressListener
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.util.EventListener
- Enclosing class:
- FileDownload
class FileDownload.ProgressListener extends java.lang.Object implements java.awt.event.ActionListener
-
-
Field Summary
Fields Modifier and Type Field Description private RealmsDownloadLatestWorldScreen.DownloadStatus
downloadStatus
private SaveFormat
levelStorageSource
private java.io.File
tempFile
private java.lang.String
worldName
-
Constructor Summary
Constructors Modifier Constructor Description private
ProgressListener(java.lang.String p_i232192_2_, java.io.File p_i232192_3_, SaveFormat p_i232192_4_, RealmsDownloadLatestWorldScreen.DownloadStatus p_i232192_5_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(java.awt.event.ActionEvent p_actionPerformed_1_)
-
-
-
Field Detail
-
worldName
private final java.lang.String worldName
-
tempFile
private final java.io.File tempFile
-
levelStorageSource
private final SaveFormat levelStorageSource
-
downloadStatus
private final RealmsDownloadLatestWorldScreen.DownloadStatus downloadStatus
-
-
Constructor Detail
-
ProgressListener
private ProgressListener(java.lang.String p_i232192_2_, java.io.File p_i232192_3_, SaveFormat p_i232192_4_, RealmsDownloadLatestWorldScreen.DownloadStatus p_i232192_5_)
-
-