Class macro_overhead

java.lang.Object
  |
  +--Macro
        |
        +--macro_overhead
All Implemented Interfaces:
ActionListener, EventListener

public class macro_overhead
extends Macro
implements ActionListener


Field Summary
 
Fields inherited from class Macro
rs
 
Constructor Summary
macro_overhead(mudclient_Debug rs)
          Creates a new instance of macro_zoom
 
Method Summary
 void actionPerformed(ActionEvent e)
           
 
Methods inherited from class Macro
getCommands, init, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

macro_overhead

public macro_overhead(mudclient_Debug rs)
Creates a new instance of macro_zoom

Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)
Specified by:
actionPerformed in interface ActionListener