org.sourceforge.jxutil.net.xfs
Class XFSEvents.FontListNotifyEv
java.lang.Object
|
+--org.sourceforge.jxutil.net.xfs.XFSPackets.XFSData
|
+--org.sourceforge.jxutil.net.xfs.XFSPackets.XFSEvent
|
+--org.sourceforge.jxutil.net.xfs.XFSEvents.FontListNotifyEv
- Enclosing class:
- XFSEvents
- public static class XFSEvents.FontListNotifyEv
- extends XFSPackets.XFSEvent
This event is sent to clients that have included FontListChangeMask in
their event mask whenever the list of fonts that are provided by the
currently selected catalogues has changed.
Field Summary |
boolean |
added
The ADDED field is True if new fonts have been added to any of the
catalogues currently used by the client, otherwise it is False. |
boolean |
deleted
The DELETED field is True if any exist-ing fonts have been removed
from any of catalogues used by the client, otherwise it is False. |
static int |
EVENT_CODE
|
added
public final boolean added
- The ADDED field is True if new fonts have been added to any of the
catalogues currently used by the client, otherwise it is False.
deleted
public final boolean deleted
- The DELETED field is True if any exist-ing fonts have been removed
from any of catalogues used by the client, otherwise it is False.
EVENT_CODE
public static final int EVENT_CODE
- See Also:
- Constant Field Values
XFSEvents.FontListNotifyEv
public XFSEvents.FontListNotifyEv(DataConverter conv,
byte[] data)
XFSEvents.FontListNotifyEv
public XFSEvents.FontListNotifyEv(int timestamp,
boolean added,
boolean deleted)
getBuf
public final byte[] getBuf(DataConverter conv)
- Overrides:
getBuf
in class XFSPackets.XFSEvent
toString
public final String toString()
- Overrides:
toString
in class Object
Copyright © 2001,2002 Keve Müller, et al.; see LICENSE file for details.