Oxygen XML Editor 14.2 Author API

ro.sync.ecss.extensions.api
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 Summary
 java.lang.String getAttributeName()
          Returns the name of the attribute that was changed.
 AuthorNode getOwnerAuthorNode()
          Returns the owner AuthorNode of the attribute.
 

Method Detail

getOwnerAuthorNode

AuthorNode getOwnerAuthorNode()
Returns the owner AuthorNode of the attribute.

Returns:
The owner node.

getAttributeName

java.lang.String getAttributeName()
Returns the name of the attribute that was changed.

Returns:
The name of the attribute that was changed.

Oxygen XML Editor 14.2 Author API

© Copyright SyncRO Soft SRL 2002 - 2013. All rights reserved.