com.supermap.layout
接口 MapLayoutDrawingListener


public interface MapLayoutDrawingListener

用于接收布局绘制操作事件(MapLayoutDrawingEvent)的监听器。


方法摘要
 void mapLayoutDrawing(MapLayoutDrawingEvent event)
          在进行布局绘制操作前调用该方法。
 

方法详细信息

mapLayoutDrawing

void mapLayoutDrawing(MapLayoutDrawingEvent event)
在进行布局绘制操作前调用该方法。

参数:
event - 指示布局绘制操作的事件。