com.supermap.data

Interface SteppedListener

  • All Superinterfaces:
    java.util.EventListener


    public interface SteppedListener
    extends java.util.EventListener
    a listener used to receive the progress bar event SteppedEvent.
    • Method Detail

      • stepped

        void stepped(SteppedEvent event)
        Invoked when the rate of progress or the listener is changed.
        Parameters:
        event - The SteppedEvent.