com.ccg.macros
Interface MacroHandler
- All Known Implementing Classes:
- MacroHandlerMethod, TableField, TableField, TableInsert, TableInsert
public interface MacroHandler
Describe...
class Example {
public void main(String[] args) {
com.ccg.macros.MacroHandler o = new com.ccg.macros.MacroHandler();
System.out.println(o);
}
}
- Since:
- 1.0
- Version:
- $Revision: 1.1.1.1 $
- Author:
- $Author: pkb $
- See Also:
AtMacros
process
void process(Output out,
Vector args)
throws IOException,
InterpretException
- One line summary...
Describe...
- Parameters:
arg1 - arg1-describearg2 - arg2-describe
- Throws:
exc - Why thrown
IOException
InterpretException- Since:
- 1.0
Copyright 1998-1998-2006 null. All Rights Reserved.