org.brains2b.coffee
Class CoffeeBreak

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

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

Main class for CoffeeBreak

Version:
$Revision: 1.14 $ $Date: 2010/12/30 04:38:29 $
Author:
dennis@brains2b.nl

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

Constructor Detail

CoffeeBreak

public CoffeeBreak()
Default constructor

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