org.planx.xmlstore.references
Interface LocatorListener


public interface LocatorListener

Listens for locator events such as the relocation of data pointed to by a LocalLocator.

Author:
Thomas Ambus

Method Summary
 void locatorMoved(LocalLocator oldLoc, LocalLocator newLoc)
          Indicates that the data pointed to by oldLoc has been relocated to newLoc.
 

Method Detail

locatorMoved

void locatorMoved(LocalLocator oldLoc,
                  LocalLocator newLoc)
Indicates that the data pointed to by oldLoc has been relocated to newLoc.



Copyright © 2004-2005 Plan-X. All Rights Reserved.