 |
Crossfire JXClient, Trunk
|
Go to the documentation of this file.
23 package com.realtime.crossfire.jxclient.skin.events;
28 import org.jetbrains.annotations.NotNull;
56 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 addCrossfireMapScrollListener(@NotNull final MapScrollListener listener)
Adds a listener to notify about scrolled maps.
void execute()
Execute the command list by calling GUICommand#execute() for each command in order.
A list of GUICommand instances.
Update a CfMap model from protocol commands.
void removeCrossfireMapScrollListener(@NotNull final MapScrollListener listener)
Removes a listener to notify about scrolled maps.