gnu.x11.extension
Class Print.PrintNotifyEvent

java.lang.Object
  extended by gnu.x11.Data
      extended by gnu.x11.event.Event
          extended by gnu.x11.extension.Print.PrintNotifyEvent
Enclosing class:
Print

public class Print.PrintNotifyEvent
extends Event

PRINT print notify event.


Field Summary
static int code
           
static int END_DOC_NOTIFY
           
static int END_JOB_NOTIFY
           
static int END_PAGE_NOTIFY
           
static int START_DOC_NOTIFY
           
static int START_JOB_NOTIFY
           
static int START_PAGE_NOTIFY
           
 
Fields inherited from class gnu.x11.event.Event
BUTTON_MOTION_MASK, BUTTON_PRESS_MASK, BUTTON_RELEASE_MASK, BUTTON1_MOTION_MASK, BUTTON2_MOTION_MASK, BUTTON3_MOTION_MASK, BUTTON4_MOTION_MASK, BUTTON5_MOTION_MASK, COLORMAP_CHANGE_MASK, display, ENTER_WINDOW_MASK, EXPOSURE_MASK, FOCUS_CHANGE_MASK, KEY_PRESS_MASK, KEY_RELEASE_MASK, KEYMAP_STATE_MASK, LAST_MASK_INDEX, LEAVE_WINDOW_MASK, NO_EVENT_MASK, OWNER_GRAB_BUTTON_MASK, POINTER_MOTION_HINT_MASK, POINTER_MOTION_MASK, PROPERTY_CHANGE_MASK, RESIZE_REDIRECT_MASK, STRUCTURE_NOTIFY_MASK, SUBSTRUCTURE_NOTIFY_MASK, SUBSTRUCTURE_REDIRECT_MASK, synthetic, VISIBILITY_CHANGE_MASK, window_offset
 
Fields inherited from class gnu.x11.Data
data, index, offset
 
Constructor Summary
Print.PrintNotifyEvent(Display display, byte[] data)
           
 
Method Summary
 boolean cancel()
           
 int context_id()
           
 int detail()
           
 
Methods inherited from class gnu.x11.event.Event
code, seq_no, set_window, set_window, time, toString, window_id, window
 
Methods inherited from class gnu.x11.Data
byte_to_string, len, len, n, np, p, pad, read_boolean, read_double, read_float, read_string, read1, read2, read4_boolean, read4, read8, to_string, unit, unit, unit, write_string16, write_string16, write_unused, write1_unused, write1, write1, write1, write1, write1, write1, write1, write1, write1, write1, write1, write1, write1, write1, write2_unused, write2, write2, write2, write2, write2, write2, write2, write2, write2, write2, write2, write2, write2, write2, write3_unused, write4_unused, write4, write4, write4, write4, write4, write4, write4, write4, write4, write4, write4, write4, write4, write4, write4, write8, write8, write8, write8, write8, write8, write8, write8
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

code

public static final int code
See Also:
Constant Field Values

START_JOB_NOTIFY

public static final int START_JOB_NOTIFY
See Also:
Constant Field Values

END_JOB_NOTIFY

public static final int END_JOB_NOTIFY
See Also:
Constant Field Values

START_DOC_NOTIFY

public static final int START_DOC_NOTIFY
See Also:
Constant Field Values

END_DOC_NOTIFY

public static final int END_DOC_NOTIFY
See Also:
Constant Field Values

START_PAGE_NOTIFY

public static final int START_PAGE_NOTIFY
See Also:
Constant Field Values

END_PAGE_NOTIFY

public static final int END_PAGE_NOTIFY
See Also:
Constant Field Values
Constructor Detail

Print.PrintNotifyEvent

public Print.PrintNotifyEvent(Display display,
                              byte[] data)
Method Detail

detail

public int detail()
Returns:
valid: START_JOB_NOTIFY, END_JOB_NOTIFY, START_DOC_NOTIFY, END_DOC_NOTIFY, START_PAGE_NOTIFY, END_PAGE_NOTIFY

context_id

public int context_id()

cancel

public boolean cancel()