org.brains2b.attest
Class Attest

java.lang.Object
  extended by org.brains2b.console.Main
      extended by org.brains2b.attest.Attest
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class Attest
extends org.brains2b.console.Main
implements java.awt.event.ActionListener


Constructor Summary
Attest()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
protected  void handleException(org.brains2b.console.ArgumentException ex)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class org.brains2b.console.Main
getArgument, getArgumentMap, makeArgumentList, setArgument, setArgumentMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Attest

public Attest()
Method Detail

main

public static void main(java.lang.String[] args)

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener

handleException

protected void handleException(org.brains2b.console.ArgumentException ex)
Overrides:
handleException in class org.brains2b.console.Main