Package com.luciad.maps
Interface IMouseCursorCallback
public interface IMouseCursorCallback
A callback class that is called when a cursor changes.
See for example
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onMouseCursorChanged
(MouseCursor cursor) Implement this method to handle a cursor that is returned when the map's cursor changes.