SMILA (incubation) API documentation

org.eclipse.smila.utils.extensions
Class AbstractPluginRegistryBase.RegistryListener

java.lang.Object
  extended by org.eclipse.smila.utils.extensions.AbstractPluginRegistryBase.RegistryListener
Enclosing class:
AbstractPluginRegistryBase<T>

protected class AbstractPluginRegistryBase.RegistryListener
extends java.lang.Object

The listener interface for receiving registry events. The class that is interested in processing a registry event implements this interface, and the object created with that class is registered with a component using the component's addRegistryListener method. When the registry event occurs, that object's appropriate method is invoked.

See Also:
RegistryEvent

Constructor Summary
protected AbstractPluginRegistryBase.RegistryListener()
           
 
Method Summary
 void registryChanged(IRegistryChangeEvent event)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractPluginRegistryBase.RegistryListener

protected AbstractPluginRegistryBase.RegistryListener()
Method Detail

registryChanged

public void registryChanged(IRegistryChangeEvent event)

See Also:
registryChanged(org.eclipse.core.runtime.IRegistryChangeEvent)

SMILA (incubation) API documentation