net.sf.taverna.raven.spi
Interface RegistryListener

All Known Implementing Classes:
InstanceRegistry

public interface RegistryListener

Implement to listen for cases where an SpiRegistry object is changing, typically due to the runtime deployment of new plugin versions via the Raven repository manager.

Author:
Tom Oinn

Method Summary
 void spiRegistryUpdated(SpiRegistry registry)
           
 

Method Detail

spiRegistryUpdated

void spiRegistryUpdated(SpiRegistry registry)