hades.models.mips.gui
Class BPCloseListener

java.lang.Object
  extended byhades.models.mips.gui.BPCloseListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

class BPCloseListener
extends java.lang.Object
implements java.awt.event.ActionListener

The "Close"-Button of the breakpoint frame will hide() the window


Constructor Summary
BPCloseListener(BreakPointFrame newFrame)
           
 
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

BPCloseListener

public BPCloseListener(BreakPointFrame newFrame)
Method Detail

actionPerformed

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