org.xngr
Interface XDocumentListener
- All Superinterfaces:
- EventListener
- public interface XDocumentListener
- extends EventListener
This interface needs to be implemented to be able to listen
to specific Document events.
- Version:
- $Revision: 1.1.1.1 $, $Date: 2002/02/16 16:12:48 $
- Author:
- Edwin Dankert
Method Summary |
void |
documentDeleted(XDocumentEvent event)
This method is called when the document has been deleted
by an internal process. |
void |
documentUpdated(XDocumentEvent event)
This method is called when the document has been informed
by an internal process that the document has been updated
calling the update( XElement element) method. |
documentUpdated
public void documentUpdated(XDocumentEvent event)
- This method is called when the document has been informed
by an internal process that the document has been updated
calling the
update( XElement element)
method.
- Parameters:
event
- the document event fired.
documentDeleted
public void documentDeleted(XDocumentEvent event)
- This method is called when the document has been deleted
by an internal process.
- Parameters:
event
- the document event fired.
Copyright © 2002, Cladonia Ltd., All Rights Reserved