| AVR Z-LINKŪ | |||||
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 |
| gui.MainFrameEvent.MainFrameEvent | ( | int | EventType | ) |
Class constructor.
| EventType | Type of event this is. Either CONNECT, CLEAR_DEBUG or DISCONNECT. |
Definition at line 37 of file MainFrameEvent.java.
| int gui.MainFrameEvent.getEventType | ( | ) |
Returns the associated type of MainEvent.
Definition at line 47 of file MainFrameEvent.java.
Referenced by main.EventHandler.MainFrameEvent().
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.
Generated on Sat Dec 2 16:14:07 2006 for AVR414 User's Guide - ATAVRRZ502 - Accessory Kit by 1.4.7
|