Uses of Class
VASSAL.counters.GlobalCommandVisitor
Packages that use GlobalCommandVisitor
-
Uses of GlobalCommandVisitor in VASSAL.counters
Subclasses of GlobalCommandVisitor in VASSAL.countersModifier and TypeClassDescriptionprotected class
protected class
protected class
Methods in VASSAL.counters that return GlobalCommandVisitorModifier and TypeMethodDescriptionGlobalAttach.getVisitor
(Command command, PieceFilter filter, KeyStroke keyStroke, AuditTrail audit, Auditable owner, int selectFromDeck) protected GlobalCommandVisitor
GlobalCommand.getVisitor
(Command command, PieceFilter filter, KeyStroke keyStroke, AuditTrail audit, Auditable owner, int selectFromDeck) GlobalDetach.getVisitor
(Command command, PieceFilter filter, KeyStroke keyStroke, AuditTrail audit, Auditable owner, int selectFromDeck) GlobalSetter.getVisitor
(Command command, PieceFilter filter, KeyStroke keyStroke, AuditTrail audit, Auditable owner, int selectFromDeck) Methods in VASSAL.counters with parameters of type GlobalCommandVisitorModifier and TypeMethodDescriptionvoid
GlobalCommand.IndexedFastmatchDeckPolicyManager.accept
(GamePiece piece, DeckVisitorDispatcher dispatcher, GlobalCommandVisitor visitor) If a piece resides in a Deck, check if the Deck acceptance limit has been reached for that particular Deck before running the piece through the dispatcher.