Package games.stendhal.client.listener
Interface PositionChangeListener
- All Known Subinterfaces:
SoundSystemFacade
- All Known Implementing Classes:
MapPanelController
,NoSoundFacade
,PositionChangeMulticaster
,SoundSystemFacadeImpl
public interface PositionChangeListener
A listener of position events.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
positionChanged(double x, double y)
The user position changed.
-
Method Details
-
positionChanged
void positionChanged(double x, double y)The user position changed.- Parameters:
x
- The X coordinate (in world units).y
- The Y coordinate (in world units).
-