Interface AttributeChangedEvent

All Superinterfaces:
AuthorDocumentEvent

@API(type=NOT_EXTENDABLE, src=PUBLIC) public interface AttributeChangedEvent extends AuthorDocumentEvent
Event received by the AuthorListener when an Author attribute has been changed.
  • Method Details

    • getOwnerAuthorNode

      AuthorNode getOwnerAuthorNode()
      Returns the owner AuthorNode of the attribute.
      Returns:
      The owner node.
    • getAttributeName

      String getAttributeName()
      Returns the name of the attribute that was changed.
      Returns:
      The name of the attribute that was changed.