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 eventSteppedEvent
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description void
stepped(SteppedEvent event)
Invoked when the rate of progress or the listener is changed.
-
-
-
Method Detail
-
stepped
void stepped(SteppedEvent event)
Invoked when the rate of progress or the listener is changed.- Parameters:
event
- The SteppedEvent.
-
-