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
@Environment(CLIENT) class FileDownload.ProgressListener extends Object implements ActionListener
-
Field Summary
Fields Modifier and Type Field Description private RealmsDownloadLatestWorldScreen.DownloadStatusdownloadStatusprivate LevelStoragelevelStorageSourceprivate FiletempFileprivate StringworldName -
Constructor Summary
Constructors Modifier Constructor Description privateProgressListener(String worldName, File tempFile, LevelStorage storage, RealmsDownloadLatestWorldScreen.DownloadStatus downloadStatus) -
Method Summary
Modifier and Type Method Description voidactionPerformed(ActionEvent e)
-
Field Details
-
Constructor Details
-
ProgressListener
private ProgressListener(String worldName, File tempFile, LevelStorage storage, RealmsDownloadLatestWorldScreen.DownloadStatus downloadStatus)
-
-
Method Details
-
actionPerformed
- Specified by:
actionPerformedin interfaceActionListener
-