org.topbraid.core.session
Interface IResourceSelectionListener

All Known Implementing Classes:
AbstractGEFPage, AbstractPredicateTreeView, ArbiTreeView, DiagramEditorPage, DomainView, GraphEditorPage, InheritanceView, InstancesView, LayoutEditorPage, OverviewPage, PropertiesTreeView, RDFSourcePage, RelevantView, ResourceEditor, ResourceFormPage, ResourceSelectionTableUpdater, ResourceSelectionTreeUpdater, SelectedResourceNavigator, SPARQLView, SubClassesTreeView

public interface IResourceSelectionListener

An interface for objects that want to be notified if the global resource selection has changed.

Author:
Holger Knublauch

Method Summary
 void resourceSelected(com.hp.hpl.jena.rdf.model.Resource resource)
          Called when the resource selection has changed.
 

Method Detail

resourceSelected

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

Parameters:
resource - the new selection