|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgnu.x11.Data
gnu.x11.event.Event
gnu.x11.extension.Print.PrintNotifyEvent
public class Print.PrintNotifyEvent
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.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 |
---|
public static final int code
public static final int START_JOB_NOTIFY
public static final int END_JOB_NOTIFY
public static final int START_DOC_NOTIFY
public static final int END_DOC_NOTIFY
public static final int START_PAGE_NOTIFY
public static final int END_PAGE_NOTIFY
Constructor Detail |
---|
public Print.PrintNotifyEvent(Display display, byte[] data)
Method Detail |
---|
public int detail()
START_JOB_NOTIFY
,
END_JOB_NOTIFY
,
START_DOC_NOTIFY
,
END_DOC_NOTIFY
,
START_PAGE_NOTIFY
,
END_PAGE_NOTIFY
public int context_id()
public boolean cancel()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |