com.japisoft.xmlpad
Interface LocationListener

All Superinterfaces:
java.util.EventListener

public interface LocationListener
extends java.util.EventListener

Here a listener for following the caret location in the full XML document. Use it inside the XMLContainer

Author:
(c) 2003 JAPISOFT / Alexandre Brillant*
See Also:
XMLContainer

Method Summary
 void locationChanged(LocationEvent e)
           
 

Method Detail

locationChanged

public void locationChanged(LocationEvent e)