| AVR Z-LINKŪ | |||||
Definition at line 21 of file ChatWindowEvent.java.
Public Member Functions | |
| ChatWindowEvent (int Event, String data) | |
| Class constructor. | |
| String | getData () |
| This function is used to extract the Data attribute of the ChatWindowEvent object. | |
| int | getEventType () |
| This function is used to extract the EventType attribute of the ChatWindowEvent object. | |
Static Public Attributes | |
| static final int | CLEAR = 0x03 |
| static final int | ENTER = 0x04 |
| static final int | SEND = 0x05 |
final int gui.ChatWindowEvent.CLEAR = 0x03 [static] |
Definition at line 24 of file ChatWindowEvent.java.
final int gui.ChatWindowEvent.ENTER = 0x04 [static] |
Definition at line 25 of file ChatWindowEvent.java.
final int gui.ChatWindowEvent.SEND = 0x05 [static] |
Definition at line 26 of file ChatWindowEvent.java.
Generated on Sat Dec 2 16:14:07 2006 for AVR414 User's Guide - ATAVRRZ502 - Accessory Kit by 1.4.7
|