Class DownloadedNotifier<T extends UpdateResponse>
java.lang.Object
de.eldoria.eldoutilities.updater.notifier.Notifier<T>
de.eldoria.eldoutilities.updater.notifier.UpdateNotifier<T>
de.eldoria.eldoutilities.updater.notifier.DownloadedNotifier<T>
- All Implemented Interfaces:
org.bukkit.event.Listener
Notifier implementation for updater with download function.
- Since:
- 1.1.0
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionDownloadedNotifier
(org.bukkit.plugin.Plugin plugin, UpdateData<T> data, T latestVersion, boolean updated) -
Method Summary
Modifier and TypeMethodDescriptionvoid
onPlayerJoin
(org.bukkit.event.player.PlayerJoinEvent event)
-
Constructor Details
-
DownloadedNotifier
public DownloadedNotifier(org.bukkit.plugin.Plugin plugin, UpdateData<T> data, T latestVersion, boolean updated)
-
-
Method Details
-
onPlayerJoin
public void onPlayerJoin(org.bukkit.event.player.PlayerJoinEvent event) - Overrides:
onPlayerJoin
in classUpdateNotifier<T extends UpdateResponse>
-