com.metamatrix.console.ui.views.deploy.event
Interface ConfigurationChangeListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
ConfigurationTreeModel, ConnectorBindingPanel, ProvidersMain, VdbConnBindPanel

public interface ConfigurationChangeListener
extends java.util.EventListener

The listener interface for handling ConfigurationChangeEvents.

Since:
Golden Gate
Version:
1.0
Author:
Dan Florian

Method Summary
 void configurationChanged(ConfigurationChangeEvent theEvent)
          Invoked when a ConfigurationChangeEvent occurs.
 

Method Detail

configurationChanged

void configurationChanged(ConfigurationChangeEvent theEvent)
Invoked when a ConfigurationChangeEvent occurs.

Parameters:
theEvent - the event to process


Copyright © 2009. All Rights Reserved.