public interface RegistryListener
This listener class is designed to listen for changes within the registry. Specifically it listenes for when keys or values are added, removed, or modified.
Modifier and Type | Method and Description |
---|---|
void |
notifyChange(RegistryEvent e)
This method gets called when a change to the registry occurs.
|
void notifyChange(RegistryEvent e)
e
- the event that describes the change to
the registry.Copyright © 2011, Yinon Michaeli. All rights reserved.