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 TypeMethodDescriptionvoidorderChanged(int oldPos, int newPos, org.gvsig.fmap.mapcontext.layers.FLayers lpd) voidparentChanged(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)
-