VASSAL.counters
Interface DeckVisitor

All Superinterfaces:
PieceVisitor
All Known Implementing Classes:
PieceFinder.Movable

public interface DeckVisitor
extends PieceVisitor

For Visitors that are aware of Deck types


Method Summary
 java.lang.Object visitDeck(Deck d)
          Perform the operation on a Deck
 
Methods inherited from interface VASSAL.counters.PieceVisitor
visitDefault, visitStack
 

Method Detail

visitDeck

public java.lang.Object visitDeck(Deck d)
Perform the operation on a Deck