Interface WalkListener
-
- All Known Implementing Classes:
StreetsideMainDialog.PauseAction,StreetsideMainDialog.PlayAction,StreetsideMainDialog.StopAction
public interface WalkListener
Implemented by those classes that need to listen to the creation of the walk threads.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidwalkStarted(WalkThread thread)Called when a new walk thread is started.
-
-
-
Method Detail
-
walkStarted
void walkStarted(WalkThread thread)
Called when a new walk thread is started.- Parameters:
thread- The thread executing the walk.
-
-