|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SOCScenarioGameEvent | |
---|---|
soc.client | |
soc.game | |
soc.server |
Uses of SOCScenarioGameEvent in soc.client |
---|
Methods in soc.client with parameters of type SOCScenarioGameEvent | |
---|---|
void |
SOCPlayerInterface.gameEvent(SOCGame ga,
SOCScenarioGameEvent evt,
java.lang.Object detail)
Listener callback for scenario events on the large sea board which affect the game or board, not a specific player. |
Uses of SOCScenarioGameEvent in soc.game |
---|
Methods in soc.game that return SOCScenarioGameEvent | |
---|---|
static SOCScenarioGameEvent |
SOCScenarioGameEvent.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static SOCScenarioGameEvent[] |
SOCScenarioGameEvent.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in soc.game with parameters of type SOCScenarioGameEvent | |
---|---|
void |
SOCScenarioEventListener.gameEvent(SOCGame ga,
SOCScenarioGameEvent evt,
java.lang.Object detail)
A scenario event has occurred whichs affect the game or board, not a specific player. |
Uses of SOCScenarioGameEvent in soc.server |
---|
Methods in soc.server with parameters of type SOCScenarioGameEvent | |
---|---|
void |
SOCGameHandler.gameEvent(SOCGame ga,
SOCScenarioGameEvent evt,
java.lang.Object detail)
Listener callback for scenario events on the large sea board which affect the game or board, not a specific player. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |