Class KeyBufferer.KBDeckVisitor

java.lang.Object
VASSAL.build.module.map.KeyBufferer.KBDeckVisitor
All Implemented Interfaces:
DeckVisitor, PieceVisitor
Enclosing class:
KeyBufferer

public class KeyBufferer.KBDeckVisitor extends Object implements DeckVisitor
This "Visitor" dispatcher receives a method call for EVERY piece on the map (one by one), and must filter the pieces based on their presence in the appropriate selection bounds and take the correct action vis-a-vis that piece's selection status.