hades.models.mips.gui
Class CycleListener

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

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

do newMaxCycles half pipeline stages


Constructor Summary
CycleListener(ShowMips newShowMips, int newMaxCycles)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 void setBreak()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CycleListener

public CycleListener(ShowMips newShowMips,
                     int newMaxCycles)
Method Detail

setBreak

public void setBreak()

actionPerformed

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