AVR Z-LINKŪ


main.Main Class Reference

List of all members.

Detailed Description

Class that contains the main loop.

Application note:
AVR414: User's Guide - ATAVRRZ502 - Accessory Kit
Author:
Atmel Corporation: http://www.atmel.com
Support email: avr@atmel.com
Name
vkbakken
Revision
1.5
RCSfile
code_header_template_CVS_DOXYGEN.txt,v
Date
2006/04/07 12:40:07

Definition at line 24 of file Main.java.

Static Public Member Functions

static void main (String[] args)
 Main method that generates a new EventHandler instance.


Member Function Documentation

static void main.Main.main ( String  args[]  )  [static]

Main method that generates a new EventHandler instance.

The program is started by generating a new EventHandler instance, and pass a MainFrame and ChatWindow instance as arguments.

Parameters:
args Array of command line arguments. Not used by this program.

Definition at line 35 of file Main.java.

00035                                                  {
00036                 
00037                 new EventHandler( new MainFrame( ), new ChatWindow( ) );        
00038         }

@DOC_TITLE@
Generated on Sat Dec 2 16:14:07 2006 for AVR414 User's Guide - ATAVRRZ502 - Accessory Kit by doxygen 1.4.7