XNGR XML Browser

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.2 $, $Date: 2003/01/31 17:26:29 $
Author:
Edwin Dankert

Method Summary
 void documentDeleted(XDocumentEvent event)
          This method is called when the document has been deleted from the location on disk.
 void documentUpdated(XDocumentEvent event)
          This method is called when the document has been updated on disk, either by a save on the document, or externally.
 

Method Detail

documentUpdated

public void documentUpdated(XDocumentEvent event)
This method is called when the document has been updated on disk, either by a save on the document, or externally.

Parameters:
event - the document event fired.

documentDeleted

public void documentDeleted(XDocumentEvent event)
This method is called when the document has been deleted from the location on disk.

Parameters:
event - the document event fired.

XNGR XML Browser

Copyright © 2002 - 2005, Edwin Dankert, All Rights Reserved