com.supermap.mapping

Interface ActionChangedListener



  • public interface ActionChangedListener
    This class is used to receive the listener the Action of MapControl.
    • Method Detail

      • actionChanged

        void actionChanged(Action newAction,
                           Action oldAction)
        Action changed event.
        Parameters:
        newAction - New Action
        oldAction - Old Action