org.topbraidcomposer.ui.viewers.trees
Class ResourceSelectionTreeUpdater

java.lang.Object
  extended by org.topbraidcomposer.ui.viewers.trees.ResourceSelectionTreeUpdater
All Implemented Interfaces:
IResourceSelectionListener

public class ResourceSelectionTreeUpdater
extends java.lang.Object
implements IResourceSelectionListener


Constructor Summary
ResourceSelectionTreeUpdater(org.eclipse.jface.viewers.TreeViewer treeViewer)
           
 
Method Summary
 void resourceSelected(com.hp.hpl.jena.rdf.model.Resource resource)
          Called when the resource selection has changed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceSelectionTreeUpdater

public ResourceSelectionTreeUpdater(org.eclipse.jface.viewers.TreeViewer treeViewer)
Method Detail

resourceSelected

public void resourceSelected(com.hp.hpl.jena.rdf.model.Resource resource)
Description copied from interface: IResourceSelectionListener
Called when the resource selection has changed. This method is called as a side effect by the ResourceSelection class.

Specified by:
resourceSelected in interface IResourceSelectionListener
Parameters:
resource - the new selection