Nuxeo Enterprise Platform 5.4

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:
java.io.Serializable

public class DOMNodeInsertedEvent
extends DOMMutationEvent

Author:
Max Stepanov
See Also:
Serialized Form

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

getFragment

public java.lang.String getFragment()

getPosition

public int getPosition()

equals

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

toString

public java.lang.String toString()
Overrides:
toString in class DOMMutationEvent

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.