com.supermap.mapping
Interface ActionChangedListener
-
public interface ActionChangedListener
This class is used to receive the listener the Action of MapControl.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description void
actionChanged(Action newAction, Action oldAction)
Action changed event.
-