public class MapScrollSkinEvent extends java.lang.Object implements SkinEvent
SkinEvent
that executes a CommandList
whenever the map
scroll protocol command is received.Constructor and Description |
---|
MapScrollSkinEvent(@NotNull CommandList commandList,
@NotNull MapUpdaterState mapUpdaterState)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
void |
dispose()
Will be called when the skin is disposed.
|
public MapScrollSkinEvent(@NotNull @NotNull CommandList commandList, @NotNull @NotNull MapUpdaterState mapUpdaterState)
commandList
- the command list to executemapUpdaterState
- the map updater state to attach to