gravitylow / Updater

Easy automatic updates for Bukkit
MIT License
35 stars 41 forks source link

Add a passive Callback functionality to the updater. #22

Closed feildmaster closed 10 years ago

feildmaster commented 10 years ago

The callback will be notified (on the main thread) when an update check has finished, regardless of the result.

This allows for custom messages, etc. to be processed on the main thread without blocking the server.