See: Description
| Interface | Description |
|---|---|
| RegistryListener |
This listener class is designed to listen for
changes within the registry.
|
| Class | Description |
|---|---|
| RegistryEvent |
This class represents a registry event for
when a registry key changes.
|
RegistryWatcher for more details.
RegistryListener is the interface used to receive change events
from the Windows Registry. Classes that implement the RegistryListener interface register with the
class RegistryWatcher to receive events.
RegistryEvent provides a limited insight into which registry key changed
or the root of a registry subtree from which a registry key changed. Which ever key is reported to have changed
depends on how a listener has been registered.
Copyright © 2011, Yinon Michaeli. All rights reserved.