Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

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

public class DOMCharacterDataModifiedEvent
extends DOMMutationEvent

Author:
Max Stepanov
See Also:
Serialized Form

Constructor Summary
DOMCharacterDataModifiedEvent(String target, String newValue)
           
 
Method Summary
 boolean equals(Object obj)
           
 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

DOMCharacterDataModifiedEvent

public DOMCharacterDataModifiedEvent(String target,
                                     String newValue)
Method Detail

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.