org.exist.fluent
Class Folder.Event

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

public static class Folder.Event
extends Listener.Event

An event that concerns a folder.

Author:
Piotr Kaminski

Field Summary
 Folder folder
          The folder 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

folder

public final Folder folder
The folder 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.