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

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
DeployMainPanel

public interface ConfigurationTreeModelListener
extends java.util.EventListener

The listener interface for handling ConfigurationTreeModelEvents.

Since:
Golden Gate
Version:
1.0
Author:
Dan Florian

Method Summary
 void treeNodesChanged(ConfigurationTreeModelEvent theEvent)
          Invoked when a ConfigurationTreeModelEvent occurs.
 

Method Detail

treeNodesChanged

void treeNodesChanged(ConfigurationTreeModelEvent theEvent)
Invoked when a ConfigurationTreeModelEvent occurs.

Parameters:
theEvent - the event to process


Copyright © 2009. All Rights Reserved.