Uses of Class
VASSAL.counters.GlobalCommandVisitor
Packages that use GlobalCommandVisitor
-
Uses of GlobalCommandVisitor in VASSAL.counters
Subclasses of GlobalCommandVisitor in VASSAL.countersModifier and TypeClassDescriptionprotected classprotected classprotected classMethods in VASSAL.counters that return GlobalCommandVisitorModifier and TypeMethodDescriptionGlobalAttach.getVisitor(Command command, PieceFilter filter, KeyStroke keyStroke, AuditTrail audit, Auditable owner, int selectFromDeck) protected GlobalCommandVisitorGlobalCommand.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 TypeMethodDescriptionvoidGlobalCommand.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.