22 package com.realtime.crossfire.jxclient.skin.events;
27 import org.jetbrains.annotations.NotNull;
55 public void mapScrolled(
final int dx,
final int dy) {
Interface for events attached to skins.
Implements the map model which is shown in the map and magic map views.
void removeCrossfireMapScrollListener(@NotNull final MapScrollListener listener)
Removes a listener to notify about scrolled maps.
void addCrossfireMapScrollListener(@NotNull final MapScrollListener listener)
Adds a listener to notify about scrolled maps.
Update a CfMap model from protocol commands.
A list of GUICommand instances.
void execute()
Execute the command list by calling GUICommand#execute() for each command in order.