JRegistry 1.8 API Specification

Package com.registry.event

Contains all of the classes and interfaces necessary for registering for and receiving events fired by the Windows Registry.

See: Description

Package com.registry.event Description

Contains all of the classes and interfaces necessary for registering for and receiving events fired by the Windows Registry. See 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.

Since:
JRegistry 1.0
JRegistry 1.8 API Specification

Copyright © 2011, Yinon Michaeli. All rights reserved.