Class macro_HelloMacro

java.lang.Object
  |
  +--Macro
        |
        +--macro_HelloMacro

public class macro_HelloMacro
extends Macro


Field Summary
 
Fields inherited from class Macro
rs
 
Constructor Summary
macro_HelloMacro(mudclient_Debug rs)
          Creates a new instance of HelloMacro
 
Method Summary
 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_HelloMacro

public macro_HelloMacro(mudclient_Debug rs)
Creates a new instance of HelloMacro

Method Detail

getCommands

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

start

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