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 the
AuthorListener
when an Author attribute has been changed.-
Method Summary
Modifier and TypeMethodDescriptionReturns the name of the attribute that was changed.Returns the ownerAuthorNode
of the attribute.
-
Method Details
-
getOwnerAuthorNode
AuthorNode getOwnerAuthorNode()Returns the ownerAuthorNode
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.
-