Package org.graffiti.session
Interface SessionListener
- All Known Subinterfaces:
SessionListenerExt
- All Known Implementing Classes:
AbstractTab,AbstractTool,AbstractUndoableTool,AdvancedLabelTool,AlignNodesComponent,BackgroundExecutionAlgorithm,ClusterHelperToolbarComponent,DesktopMenuManager,EdgeTab,ExperimentDataInfoPane,GraphScaler,GraphTab,Inspector,IPK_AdvancedLabelTool,IPK_MegaCreateTool,IPK_MegaMoveTool,IPK_StandardTools,LabelTool,LandmarkSliderComponent,LinkVisualizationLegendPlugin,MainFrame,MegaCreateTool,MegaMoveTool,MegaTools,NavigationComponentView,NodeTab,SelectionMenu,SelectNodesComponent,SessionAdapter,SessionAdapterExt,StatusBar,SubtabHostTab,TabPluginControl,ZoomChangeComponent,ZoomChangeComponent,ZoomFitChangeComponent
public interface SessionListener
Interface for all who want to be noticed when the session changes.
- Version:
- $Revision: 1.4 $
- See Also:
Session
-
Method Summary
Modifier and Type Method Description voidsessionChanged(Session s)This method is called when the session changes.voidsessionDataChanged(Session s)This method is called when the data (except the graph data) are changed.
-
Method Details
-
sessionChanged
This method is called when the session changes.- Parameters:
s- the new Session.
-
sessionDataChanged
This method is called when the data (except the graph data) are changed.
-