Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

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

public class DOMNodeInsertedEvent
extends DOMMutationEvent

Author:
Max Stepanov
See Also:
Serialized Form

Constructor Summary
DOMNodeInsertedEvent(String target, String fragment, int position)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getFragment()
           
 int getPosition()
           
 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

DOMNodeInsertedEvent

public DOMNodeInsertedEvent(String target,
                            String fragment,
                            int position)
Method Detail

getFragment

public String getFragment()

getPosition

public int getPosition()

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.