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
    void sessionChanged​(Session s)
    This method is called when the session changes.
    void sessionDataChanged​(Session s)
    This method is called when the data (except the graph data) are changed.
  • Method Details

    • sessionChanged

      void sessionChanged​(Session s)
      This method is called when the session changes.
      Parameters:
      s - the new Session.
    • sessionDataChanged

      void sessionDataChanged​(Session s)
      This method is called when the data (except the graph data) are changed.