|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PlayerClientListener.UpdateType | |
---|---|
soc.client |
Uses of PlayerClientListener.UpdateType in soc.client |
---|
Methods in soc.client that return PlayerClientListener.UpdateType | |
---|---|
static PlayerClientListener.UpdateType |
PlayerClientListener.UpdateType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static PlayerClientListener.UpdateType[] |
PlayerClientListener.UpdateType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in soc.client with parameters of type PlayerClientListener.UpdateType | |
---|---|
void |
SOCPlayerInterface.ClientBridge.playerElementUpdated(SOCPlayer player,
PlayerClientListener.UpdateType utype)
|
void |
PlayerClientListener.playerElementUpdated(SOCPlayer player,
PlayerClientListener.UpdateType utype)
Update one part of the player's status, such as their number of settlements remaining. |
void |
SOCHandPanel.updateValue(PlayerClientListener.UpdateType utype)
update the value of a player element. |
Method parameters in soc.client with type arguments of type PlayerClientListener.UpdateType | |
---|---|
void |
SOCPlayerInterface.ClientBridge.playerStats(java.util.EnumMap<PlayerClientListener.UpdateType,java.lang.Integer> stats)
|
void |
PlayerClientListener.playerStats(java.util.EnumMap<PlayerClientListener.UpdateType,java.lang.Integer> stats)
A player's game stats, such as resource totals received from dice rolls, should be displayed. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |