gcspy.vis
Interface TileManagerListener

All Known Implementing Classes:
SpaceManager, TestTileManager2

public interface TileManagerListener

Interface to listen to events on a tile manager

Author:
Tony Printezis

Method Summary
 void redraw()
          Redraw the tiles
 void tileDeselected()
          Deselect a (previously selected) tile
 void tileSelected(int index)
          A tile is selected
 

Method Detail

tileSelected

void tileSelected(int index)
A tile is selected

Parameters:
index - The index of the tile

tileDeselected

void tileDeselected()
Deselect a (previously selected) tile


redraw

void redraw()
Redraw the tiles