Uses of Class
zleurtor.scanmanager.model.events.MasterUpdaterEvent
Packages that use MasterUpdaterEvent
Package
Description
The package containing all the events that can be fired by the master and the associated listener.
The package containing all the UI objects replacing the java ones that are "MEH !".
-
Uses of MasterUpdaterEvent in zleurtor.scanmanager.model.events
Methods in zleurtor.scanmanager.model.events with parameters of type MasterUpdaterEventModifier and TypeMethodDescriptionvoid
MasterUpdaterListener.downloading
(MasterUpdaterEvent evt) The methode launched when an update download start event is fired.void
MasterUpdaterListener.finished
(MasterUpdaterEvent evt) The methode launched when an update finished event is fired.void
MasterUpdaterListener.installing
(MasterUpdaterEvent evt) The methode launched when an update install start event is fired.void
MasterUpdaterListener.updateFound
(MasterUpdaterEvent evt) The methode launched when an update found event is fired. -
Uses of MasterUpdaterEvent in zleurtor.scanmanager.view.gui
Methods in zleurtor.scanmanager.view.gui with parameters of type MasterUpdaterEventModifier and TypeMethodDescriptionfinal void
UpdateDialog.downloading
(MasterUpdaterEvent evt) final void
UpdateDialog.finished
(MasterUpdaterEvent evt) final void
UpdateDialog.installing
(MasterUpdaterEvent evt) final void
UpdateDialog.updateFound
(MasterUpdaterEvent evt)