Uses of Interface
VASSAL.build.module.PlayerRoster.SideChangeListener
Package
Description
Provides classes for building Java instances automatically from XML
files.
Contains classes that may be added to a
GameModule
.Contains classes that can be added to a
Widget
.Provides classes that define game pieces.
-
Uses of PlayerRoster.SideChangeListener in VASSAL.build
Modifier and TypeMethodDescriptionvoid
Adds listener for players changing sidesvoid
Removes listener for players changing sides -
Uses of PlayerRoster.SideChangeListener in VASSAL.build.module
Modifier and TypeClassDescriptionclass
class
The Map is the main component for displaying and containingGamePiece
s during play.class
class
A Map that may be configured to be visible only a particular side.Modifier and TypeFieldDescriptionprotected List
<PlayerRoster.SideChangeListener> PlayerRoster.sideChangeListeners
Modifier and TypeMethodDescriptionvoid
PlayerRoster.addSideChangeListenerToInstance
(PlayerRoster.SideChangeListener l) void
PlayerRoster.removeSideChangeListenerFromInstance
(PlayerRoster.SideChangeListener l) -
Uses of PlayerRoster.SideChangeListener in VASSAL.build.widget
-
Uses of PlayerRoster.SideChangeListener in VASSAL.counters
Modifier and TypeClassDescriptionclass
A collection of pieces that behaves like a deck, i.e.: Doesn't move.