public interface AvalonNotificationListener
| Modifier and Type | Method and Description |
|---|---|
void |
init(java.util.logging.Logger logger)
The initialization of the plugin.
|
void |
notify(AvalonNotificationEvent notify)
The avalon will call this method for every modification of an instances
which are registered by the avalon.
|
void init(java.util.logging.Logger logger)
logger - loggervoid notify(AvalonNotificationEvent notify)
notify - the notification event.