Uses of Interface
gcspy.interpreter.client.SpaceListener

Packages that use SpaceListener
gcspy.interpreter.client This package provides classes for the GCspy client, specifically client-side implementations of an interpreter and spaces, and listeners. 
gcspy.tools This package provides classes for GCspy tools for saving and replaying traces. 
gcspy.vis This package provides the major classes for the GCspy visualiser. 
gcspy.vis.plugins This package provides the classes for the view plugin mechanism. 
gcspy.vis.plugins.histogram This package provides the classes for the histogram view. 
gcspy.vis.plugins.history This package provides the classes for the history view. 
gcspy.vis.plugins.text This package provides the classes for the text table view. 
 

Uses of SpaceListener in gcspy.interpreter.client
 

Methods in gcspy.interpreter.client with parameters of type SpaceListener
 void ClientInterpreter.addSpaceListener(SpaceListener spaceListener)
          Add a space listener
 

Uses of SpaceListener in gcspy.tools
 

Classes in gcspy.tools that implement SpaceListener
 class TerminalClient
          Dumps the transmission from the server to the terminal in ASCII format
 class TerminalStoreTrace
          Dumps the transmission from the server to the terminal in ASCII format
 

Uses of SpaceListener in gcspy.vis
 

Classes in gcspy.vis that implement SpaceListener
(package private)  class LegendFrame
          Frame that displays the legend of the current space view
 class SpaceManager
          Manages the interaction between a Space and the visualiser
(package private)  class SummaryFrame
          Frame that holds space summaries
 

Uses of SpaceListener in gcspy.vis.plugins
 

Classes in gcspy.vis.plugins that implement SpaceListener
 class PluginFrame
          Abstract base class for plugins' frames.
 

Uses of SpaceListener in gcspy.vis.plugins.histogram
 

Classes in gcspy.vis.plugins.histogram that implement SpaceListener
 class HistogramFrame
          Frame that does all the histogram rendering
 

Uses of SpaceListener in gcspy.vis.plugins.history
 

Classes in gcspy.vis.plugins.history that implement SpaceListener
 class HistoryFrame
          Frame that does all the history graph rendering
 

Uses of SpaceListener in gcspy.vis.plugins.text
 

Classes in gcspy.vis.plugins.text that implement SpaceListener
 class TextFrame
          A simple, table-based textual view of the streams of a space