Class UpdateNotifier<T extends UpdateResponse>
java.lang.Object
de.eldoria.eldoutilities.updater.notifier.Notifier<T>
de.eldoria.eldoutilities.updater.notifier.UpdateNotifier<T>
- All Implemented Interfaces:
org.bukkit.event.Listener
- Direct Known Subclasses:
DownloadedNotifier
Notifier implementation for updater with update check function.
- Since:
- 1.1.0
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionUpdateNotifier
(org.bukkit.plugin.Plugin plugin, UpdateData<T> data, T latest) -
Method Summary
Modifier and TypeMethodDescriptionvoid
onPlayerJoin
(org.bukkit.event.player.PlayerJoinEvent event)
-
Constructor Details
-
UpdateNotifier
-
-
Method Details
-
onPlayerJoin
public void onPlayerJoin(org.bukkit.event.player.PlayerJoinEvent event) - Specified by:
onPlayerJoin
in classNotifier<T extends UpdateResponse>
-