Class macro_autoStyle
java.lang.Object
|
+--Macro
|
+--macro_autoStyle
- All Implemented Interfaces:
- ActionListener, EventListener
- public class macro_autoStyle
- extends Macro
- implements ActionListener
Fields inherited from class Macro |
rs |
Constructor Summary |
macro_autoStyle(mudclient_Debug rs)
Creates a new instance of macro_autoStyle |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
macro_autoStyle
public macro_autoStyle(mudclient_Debug rs)
- Creates a new instance of macro_autoStyle
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