org.exist.fluent
Class Document.Event

java.lang.Object
  extended by org.exist.fluent.Listener.Event
      extended by org.exist.fluent.Document.Event
Enclosing class:
Document

public static class Document.Event
extends Listener.Event

An event that concerns a document.

Author:
Piotr Kaminski

Field Summary
 Document document
          The document that's the subject of this event.
 
Fields inherited from class org.exist.fluent.Listener.Event
path, trigger
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

document

public final Document document
The document that's the subject of this event. Note that for some timing/action combinations, this field might be null.

Method Detail

equals

public boolean equals(Object o)
Overrides:
equals in class Listener.Event

hashCode

public int hashCode()
Overrides:
hashCode in class Listener.Event

toString

public String toString()
Overrides:
toString in class Listener.Event


Copyright (C) All rights reserved.