Class macro_autoStyle

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

public class macro_autoStyle
extends Macro
implements ActionListener


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

Constructor Detail

macro_autoStyle

public macro_autoStyle(mudclient_Debug rs)
Creates a new instance of macro_autoStyle

Method Detail

getCommands

public String[] getCommands()
Overrides:
getCommands in class Macro

start

public void start(String command)
Overrides:
start in class Macro

actionPerformed

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