Interface ITocOrderListener


public interface ITocOrderListener
Author:
fjp TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    orderChanged(int oldPos, int newPos, org.gvsig.fmap.mapcontext.layers.FLayers lpd)
     
    void
    parentChanged(org.gvsig.fmap.mapcontext.layers.FLayers lpo, org.gvsig.fmap.mapcontext.layers.FLayers lpd, org.gvsig.fmap.mapcontext.layers.FLayer ls)
     
  • Method Details

    • orderChanged

      void orderChanged(int oldPos, int newPos, org.gvsig.fmap.mapcontext.layers.FLayers lpd)
    • parentChanged

      void parentChanged(org.gvsig.fmap.mapcontext.layers.FLayers lpo, org.gvsig.fmap.mapcontext.layers.FLayers lpd, org.gvsig.fmap.mapcontext.layers.FLayer ls)