AVR Z-LINKŪ


gui.MainFrameEvent Class Reference

List of all members.

Detailed Description

MainFrameEvents are sent to MainFrameEventListeners to notify them that something new has happened.

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 22 of file MainFrameEvent.java.

Public Member Functions

int getEventType ()
 Returns the associated type of MainEvent.
 MainFrameEvent (int EventType)
 Class constructor.

Static Public Attributes

static final int CLEAR_DEBUG = 0x01
static final int CONNECT = 0x00
static final int DISCONNECT = 0x02


Constructor & Destructor Documentation

gui.MainFrameEvent.MainFrameEvent ( int  EventType  ) 

Class constructor.

Parameters:
EventType Type of event this is. Either CONNECT, CLEAR_DEBUG or DISCONNECT.

Definition at line 37 of file MainFrameEvent.java.

00037                                               {
00038                 
00039                 this.EventType = EventType;
00040         }


Member Function Documentation

int gui.MainFrameEvent.getEventType (  ) 

Returns the associated type of MainEvent.

Returns:
Either CONNECT, CLEAR_DEBUG or DISCONNECT.

Definition at line 47 of file MainFrameEvent.java.

Referenced by main.EventHandler.MainFrameEvent().

00047                                   {
00048                 return this.EventType;
00049         }


Member Data Documentation

final int gui.MainFrameEvent.CLEAR_DEBUG = 0x01 [static]

Definition at line 26 of file MainFrameEvent.java.

final int gui.MainFrameEvent.CONNECT = 0x00 [static]

Definition at line 25 of file MainFrameEvent.java.

final int gui.MainFrameEvent.DISCONNECT = 0x02 [static]

Definition at line 27 of file MainFrameEvent.java.

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