org.exist.fluent
Class Listener.Event

java.lang.Object
  extended by org.exist.fluent.Listener.Event
Direct Known Subclasses:
Document.Event, Folder.Event
Enclosing interface:
Listener

public abstract static class Listener.Event
extends Object

The superclass for all database events.

Author:
Piotr Kaminski

Field Summary
 String path
          The path of the event's subject, either a document or a folder.
 Trigger trigger
          The trigger that caused this event.
 
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

trigger

public final Trigger trigger
The trigger that caused this event.


path

public final String path
The path of the event's subject, either a document or a folder.

Method Detail

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright (C) All rights reserved.