hades.models.pic
Class TurboPicGUI.LoadListener

java.lang.Object
  extended byhades.models.pic.TurboPicGUI.LoadListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
TurboPicGUI

class TurboPicGUI.LoadListener
extends java.lang.Object
implements java.awt.event.ActionListener

inner class to manage the "Open..." file dialog and callbacks


Constructor Summary
(package private) TurboPicGUI.LoadListener()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TurboPicGUI.LoadListener

TurboPicGUI.LoadListener()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener