Crossfire JXClient, Trunk
Public Member Functions | List of all members
com.realtime.crossfire.jxclient.server.crossfire.CrossfireMapScrollListener Interface Reference
Inheritance diagram for com.realtime.crossfire.jxclient.server.crossfire.CrossfireMapScrollListener:
Inheritance graph
Collaboration diagram for com.realtime.crossfire.jxclient.server.crossfire.CrossfireMapScrollListener:
Collaboration graph

Public Member Functions

void mapScroll (int dx, int dy)
 

Detailed Description

Interface for listeners interested in map scroll commands.

Author
Andreas Kirschbaum

Definition at line 31 of file CrossfireMapScrollListener.java.

Member Function Documentation

◆ mapScroll()

void com.realtime.crossfire.jxclient.server.crossfire.CrossfireMapScrollListener.mapScroll ( int  dx,
int  dy 
)

Called whenever the map view has scrolled. Will be called with a zero distance if a map2 message was received that didn't scroll the map.

Parameters
dxthe x-distance
dythe y-distance

The documentation for this interface was generated from the following file: