Games\GamesByEmail.jsGamesByEmailObject
  All Implemented Interfaces:
GamesByEmail.TeamNotify
implementsFoundation.Class
The notification flag structure of GamesByEmail.Team.notify. Set appropriate flags for events in the game and players who have suscribed to those events will get notified.
| Constructor Summary | 
|  | 
| Field Summary | |
|  | drawAcceptedSomeone accepted a draw. | 
|  | drawDeclinedSomeone declined a draw. | 
|  | drawOfferedSomeone offered a draw. | 
|  | drewSomeone drew. | 
|  | lostSomeone was eliminated from play. | 
|  | playI turn was made. | 
|  | turnA turn completed. | 
|  | wonSomeone won the game. | 
| Method Summary | |
|  | Sets all flags to false. | 
|   |  | 
| Methods inherited from Foundation.Class | 
| getTypePath,isInstanceOf | 
| Constructor Detail | 
GamesByEmail.TeamNotify()
| Field Detail | 
Boolean drawAccepted
Someone accepted a draw.
Boolean drawDeclined
Someone declined a draw.
Boolean drawOffered
Someone offered a draw.
Boolean drew
Someone drew.
Boolean lost
Someone was eliminated from play.
Boolean play
I turn was made.
Boolean turn
A turn completed.
Boolean won
Someone won the game.
| Method Detail | 
void clear()
Sets all flags to false.
dispose()
dispose in class Class