Package ro.sync.ecss.extensions.api
Interface AttributeChangedEvent
-
- All Superinterfaces:
AuthorDocumentEvent
@API(type=NOT_EXTENDABLE, src=PUBLIC) public interface AttributeChangedEvent extends AuthorDocumentEvent
Event received by theAuthorListener
when an Author attribute has been changed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getAttributeName()
Returns the name of the attribute that was changed.AuthorNode
getOwnerAuthorNode()
Returns the ownerAuthorNode
of the attribute.
-
-
-
Method Detail
-
getOwnerAuthorNode
AuthorNode getOwnerAuthorNode()
Returns the ownerAuthorNode
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.
-
-