JHPcte
Class PcteNotificationEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--java.awt.AWTEvent
              |
              +--JHPcte.PcteNotificationEvent
All Implemented Interfaces:
java.io.Serializable

public class PcteNotificationEvent
extends java.awt.AWTEvent

See Also:
Serialized Form

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

NOTIFICATION_FIRST

public static final int NOTIFICATION_FIRST
Marks the first integer id for the range of notification event ids.

NOTIFICATION_LAST

public static final int NOTIFICATION_LAST
Marks the last integer id for the range of notification event ids.

NOTIFICATION

public static final int NOTIFICATION
notification event

description

protected PcteEventDescription description
Constructor Detail

PcteNotificationEvent

public PcteNotificationEvent(java.lang.Object source,
                             int id,
                             PcteEventDescription descr)
Constructs a PcteNotificationEvent object with the specified source.
Parameters:
source - the component where the event originated
Method Detail

paramString

public java.lang.String paramString()
Overrides:
paramString in class java.awt.AWTEvent

getPcteEventDescription

public PcteEventDescription getPcteEventDescription()