Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.domsync.core.events
Class DOMAttrModifiedEvent

java.lang.Object
  extended by org.nuxeo.ecm.platform.domsync.core.events.DOMMutationEvent
      extended by org.nuxeo.ecm.platform.domsync.core.events.DOMAttrModifiedEvent
All Implemented Interfaces:
Serializable

public class DOMAttrModifiedEvent
extends DOMMutationEvent

Author:
Max Stepanov
See Also:
Serialized Form

Constructor Summary
DOMAttrModifiedEvent(String target, String attrName, short attrChange, String newValue)
           
 
Method Summary
 boolean equals(Object obj)
           
 short getAttrChange()
           
 String getAttrName()
           
 String getNewValue()
           
 String toString()
           
 
Methods inherited from class org.nuxeo.ecm.platform.domsync.core.events.DOMMutationEvent
getTarget
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DOMAttrModifiedEvent

public DOMAttrModifiedEvent(String target,
                            String attrName,
                            short attrChange,
                            String newValue)
Method Detail

getAttrName

public String getAttrName()

getAttrChange

public short getAttrChange()

getNewValue

public String getNewValue()

equals

public boolean equals(Object obj)
Overrides:
equals in class DOMMutationEvent

toString

public String toString()
Overrides:
toString in class DOMMutationEvent

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.