property_notify Event

The fields that can be unified in property_notify events are:

  1. type(T) unifies T with property_notify.
  2. serial(S) unifies S with the serial number of the last request processed by the server.
  3. send_event(B) unifies B, a boolean value, with one of

    true
    If the event was sent by another client.
    false
    If the event was sent by the server.
  4. display(D) unifies D with the ProXL Display the event was read from.
  5. window(W) unifies W with the ProXL Window who owns the property that changed.
  6. atom(A) unifies A with the name of the property that changed.
  7. time(T) unifies T with the server time, in milliseconds, when the event occurred.
  8. state(S) unifies S with one of

    new_value
    If the property has a new value.
    delete
    If the property has been deleted.