Uses of Class
zleurtor.scanmanager.model.events.MasterEvent
Packages that use MasterEvent
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 MasterEvent in zleurtor.scanmanager.model.events
Methods in zleurtor.scanmanager.model.events with parameters of type MasterEventModifier and TypeMethodDescriptionvoid
MasterListener.fileSaved
(MasterEvent evt) The event fired when a file has been saved.void
MasterListener.log
(MasterEvent evt, org.apache.log4j.lf5.LogLevel level) The event fired when a log file content income.void
MasterListener.logLevelError
(MasterEvent evt) The event fired when a log level change error income.void
MasterListener.logLevelSuccess
(MasterEvent evt) The event fired when a log level change success income.void
MasterListener.newSlave
(MasterEvent evt) The event fired when a new slave incame.void
MasterListener.options
(MasterEvent evt) The event fired when an options changed income.void
MasterListener.slaveQuit
(MasterEvent evt) The event fired when a new slave has gone.void
MasterListener.snapshotError
(MasterEvent evt) The event fired when an error occurred during a snapshot process.void
MasterListener.snapshotSuccess
(MasterEvent evt) The event fired when a snapshot has been successfully processed.void
MasterListener.streamError
(MasterEvent evt) The event fired when an error occurred during a preview process. -
Uses of MasterEvent in zleurtor.scanmanager.view.gui
Methods in zleurtor.scanmanager.view.gui with parameters of type MasterEventModifier and TypeMethodDescriptionfinal void
SaveDialog.fileSaved
(MasterEvent evt) void
SlavesPanel.fileSaved
(MasterEvent evt) void
SnapshotsDialog.fileSaved
(MasterEvent evt) void
SaveDialog.log
(MasterEvent evt, org.apache.log4j.lf5.LogLevel level) final void
SlavesPanel.log
(MasterEvent evt, org.apache.log4j.lf5.LogLevel level) void
SnapshotsDialog.log
(MasterEvent evt, org.apache.log4j.lf5.LogLevel level) void
SaveDialog.logLevelError
(MasterEvent evt) final void
SlavesPanel.logLevelError
(MasterEvent evt) void
SnapshotsDialog.logLevelError
(MasterEvent evt) void
SaveDialog.logLevelSuccess
(MasterEvent evt) final void
SlavesPanel.logLevelSuccess
(MasterEvent evt) void
SnapshotsDialog.logLevelSuccess
(MasterEvent evt) void
SaveDialog.newSlave
(MasterEvent evt) final void
SlavesPanel.newSlave
(MasterEvent evt) void
SnapshotsDialog.newSlave
(MasterEvent evt) void
SaveDialog.options
(MasterEvent evt) final void
SlavesPanel.options
(MasterEvent evt) void
SnapshotsDialog.options
(MasterEvent evt) void
SaveDialog.slaveQuit
(MasterEvent evt) final void
SlavesPanel.slaveQuit
(MasterEvent evt) void
SnapshotsDialog.slaveQuit
(MasterEvent evt) void
SaveDialog.snapshotError
(MasterEvent evt) final void
SlavesPanel.snapshotError
(MasterEvent evt) final void
SnapshotsDialog.snapshotError
(MasterEvent evt) void
SaveDialog.snapshotSuccess
(MasterEvent evt) final void
SlavesPanel.snapshotSuccess
(MasterEvent evt) final void
SnapshotsDialog.snapshotSuccess
(MasterEvent evt) void
SaveDialog.streamError
(MasterEvent evt) final void
SlavesPanel.streamError
(MasterEvent evt) void
SnapshotsDialog.streamError
(MasterEvent evt)