com.fg.xmleditor
Interface FXModelStatusListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
FXBasicView, XAmple

public interface FXModelStatusListener
extends java.util.EventListener

Listener interface that's notified when new document is loaded and document validity status changes.

Version:
1.0
Author:
Felix Golubov

Method Summary
 void docValidityStatusChanged(FXStatusEvent e)
          Called whenever validity status of the XML document changes.
 void newDocumentLoaded(FXStatusEvent e)
          Called when new document is loaded.
 

Method Detail

newDocumentLoaded

public void newDocumentLoaded(FXStatusEvent e)
Called when new document is loaded.

Parameters:
e - FXStatusEvent object.

docValidityStatusChanged

public void docValidityStatusChanged(FXStatusEvent e)
Called whenever validity status of the XML document changes.

Parameters:
e - FXStatusEvent object.