public class AvalonNotificationListenerThread
extends java.lang.Object
implements java.lang.Runnable
Constructor and Description |
---|
AvalonNotificationListenerThread(AvalonNotificationListener plugin,
AvalonNotificationEvent event,
java.util.logging.Logger logger,
java.util.Properties properties)
The constructor of the class.
|
Modifier and Type | Method and Description |
---|---|
protected void |
logInfo(java.lang.String msg)
Log a message.
|
protected void |
logWarning(java.lang.String msg)
Log a warning.
|
void |
run()
The run method, initialize the plugin and notify the event.
|
public AvalonNotificationListenerThread(AvalonNotificationListener plugin, AvalonNotificationEvent event, java.util.logging.Logger logger, java.util.Properties properties)
plugin
- the plugin.event
- the event.logger
- the logger.