|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--java.util.EventObject
|
+--java.awt.AWTEvent
|
+--JHPcte.PcteNotificationEvent
| Field Summary | |
protected PcteEventDescription |
description
|
static int |
NOTIFICATION
notification event |
static int |
NOTIFICATION_FIRST
Marks the first integer id for the range of notification event ids. |
static int |
NOTIFICATION_LAST
Marks the last integer id for the range of notification event ids. |
| Fields inherited from class java.awt.AWTEvent |
ACTION_EVENT_MASK, ADJUSTMENT_EVENT_MASK, COMPONENT_EVENT_MASK, consumed, CONTAINER_EVENT_MASK, FOCUS_EVENT_MASK, HIERARCHY_BOUNDS_EVENT_MASK, HIERARCHY_EVENT_MASK, id, INPUT_METHOD_EVENT_MASK, INVOCATION_EVENT_MASK, ITEM_EVENT_MASK, KEY_EVENT_MASK, MOUSE_EVENT_MASK, MOUSE_MOTION_EVENT_MASK, PAINT_EVENT_MASK, RESERVED_ID_MAX, TEXT_EVENT_MASK, WINDOW_EVENT_MASK |
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
PcteNotificationEvent(java.lang.Object source,
int id,
PcteEventDescription descr)
Constructs a PcteNotificationEvent object with the specified source. |
|
| Method Summary | |
PcteEventDescription |
getPcteEventDescription()
|
java.lang.String |
paramString()
|
| Methods inherited from class java.awt.AWTEvent |
consume, finalize, getID, isConsumed, toString |
| Methods inherited from class java.util.EventObject |
getSource |
| Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int NOTIFICATION_FIRST
public static final int NOTIFICATION_LAST
public static final int NOTIFICATION
protected PcteEventDescription description
| Constructor Detail |
public PcteNotificationEvent(java.lang.Object source,
int id,
PcteEventDescription descr)
source - the component where the event originated| Method Detail |
public java.lang.String paramString()
paramString in class java.awt.AWTEventpublic PcteEventDescription getPcteEventDescription()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||