gcspy.vis.plugins.text
Class TextListener

java.lang.Object
  extended by gcspy.vis.plugins.PluginListener
      extended by gcspy.vis.plugins.text.TextListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class TextListener
extends PluginListener

A listener for the a simple text view of a space

Author:
Richard Jones

Field Summary
 
Fields inherited from class gcspy.vis.plugins.PluginListener
colorConfig, interpreter, owner, pluginFrames, selectedStream, space
 
Constructor Summary
TextListener()
          A new listener
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent event)
          Create a new TextFrame
 
Methods inherited from class gcspy.vis.plugins.PluginListener
getLabel, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextListener

public TextListener()
A new listener

Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent event)
Create a new TextFrame