org.exist.fluent
Interface Document.Listener

All Superinterfaces:
Listener
Enclosing class:
Document

public static interface Document.Listener
extends Listener

Listener for events affecting documents. The three possible actions are document creation, update (modification), and deletion.

Author:
Piotr Kaminski

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.exist.fluent.Listener
Listener.Event
 
Method Summary
 void handle(Document.Event ev)
          Respond to a document event.
 

Method Detail

handle

void handle(Document.Event ev)
Respond to a document event.

Parameters:
ev - the details of the event


Copyright (C) All rights reserved.