Class DOM.documentUpdated

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    DOM

    public static class DOM.documentUpdated
    extends BrowserEvent
    implements java.io.Serializable
    Fired when Document has been totally updated. Node ids are no longer valid.

    This is Marker-Event. Marker-Event's are Events that do not posses any data, fields or state. When they are fired, only the event name is supplied.
    See Also:
    Serialized Form


    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean[] optionals()
      Implementing this method allows sub-classes to specify which JSON Properties may be absent or null.
      String toString()
      This method uses Java Reflection to convert the inheriting object into a String.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait