gcspy.vis.plugins.history
Class HistoryListener

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

public class HistoryListener
extends PluginListener

A listener for the history view

Author:
Tony Printezis, Richard Jones

Field Summary
 
Fields inherited from class gcspy.vis.plugins.PluginListener
colorConfig, interpreter, owner, pluginFrames, selectedStream, space
 
Constructor Summary
HistoryListener()
          A new listener for the history view
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent event)
          Create a new History frame
 
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

HistoryListener

public HistoryListener()
A new listener for the history view

Method Detail

actionPerformed

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