|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PlayerEvent | |
heurgame.event | |
heurgame.ui |
Uses of PlayerEvent in heurgame.event |
Methods in heurgame.event with parameters of type PlayerEvent | |
void |
PlayerListener.playerJoined(PlayerEvent e)
Notificies listeners when a player enters the game. |
void |
PlayerListener.playerLeft(PlayerEvent e)
Notifies listeners when a player leaves the game. |
void |
PlayerListener.playerMoves(PlayerEvent e)
May be sent as a status message or a return from validation from analysis |
void |
PlayerListener.playerStatusChanged(PlayerEvent e)
For implementation defined use |
Uses of PlayerEvent in heurgame.ui |
Methods in heurgame.ui with parameters of type PlayerEvent | |
void |
WelcomeScreen.playerJoined(PlayerEvent e)
|
void |
WelcomeScreen.playerLeft(PlayerEvent e)
|
void |
WelcomeScreen.playerMoves(PlayerEvent e)
Not used |
void |
WelcomeScreen.playerStatusChanged(PlayerEvent e)
Not used |
void |
PlayerColors.playerJoined(PlayerEvent e)
Adds a new color to represent the player |
void |
PlayerColors.playerLeft(PlayerEvent e)
Removes the color from the field |
void |
PlayerColors.playerMoves(PlayerEvent e)
Ignored |
void |
PlayerColors.playerStatusChanged(PlayerEvent e)
Ignored |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |