cz.zcu.fav.kiv.jsim.gui
Class JSimDetailedInfoWindow.MyActionAdapter

java.lang.Object
  extended bycz.zcu.fav.kiv.jsim.gui.JSimDetailedInfoWindow.MyActionAdapter
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
JSimDetailedInfoWindow

class JSimDetailedInfoWindow.MyActionAdapter
extends java.lang.Object
implements java.awt.event.ActionListener

The dialog's action adapter. Disposes the dialog of when the OK button is pressed.


Constructor Summary
(package private) JSimDetailedInfoWindow.MyActionAdapter()
           
 
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

JSimDetailedInfoWindow.MyActionAdapter

JSimDetailedInfoWindow.MyActionAdapter()
Method Detail

actionPerformed

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