Uses of Class
com.japisoft.xmlpad.LocationEvent

Packages that use LocationEvent
com.japisoft.xmlpad   
 

Uses of LocationEvent in com.japisoft.xmlpad
 

Methods in com.japisoft.xmlpad that return LocationEvent
static com.japisoft.xmlpad.LocationEvent LocationEvent.getSharedInstance(java.lang.Object source, com.japisoft.fastparser.node.SimpleNode location)
           
 

Methods in com.japisoft.xmlpad with parameters of type LocationEvent
 void XMLContainer.notifyLocationListener(com.japisoft.xmlpad.LocationEvent event)
          Notify to all LocationListener that the current document location has changed.
 void LocationListener.locationChanged(com.japisoft.xmlpad.LocationEvent e)