File: Games\GamesByEmail.js

GamesByEmail
Class TeamNotify

Object
  
 
 
GamesByEmail.TeamNotify

All Implemented Interfaces:

Class


GamesByEmail.TeamNotify

implements Foundation.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
GamesByEmail.TeamNotify()

Field Summary
BooleandrawAccepted
Someone accepted a draw.
BooleandrawDeclined
Someone declined a draw.
BooleandrawOffered
Someone offered a draw.
Booleandrew
Someone drew.
Booleanlost
Someone was eliminated from play.
Booleanplay
I turn was made.
Booleanturn
A turn completed.
Booleanwon
Someone won the game.

Method Summary
voidclear()
Sets all flags to false.
 dispose()

Methods inherited from Foundation.Class
getTypePath, isInstanceOf

Constructor Detail

TeamNotify

GamesByEmail.TeamNotify()

Field Detail

drawAccepted

Boolean drawAccepted

Someone accepted a draw.


drawDeclined

Boolean drawDeclined

Someone declined a draw.


drawOffered

Boolean drawOffered

Someone offered a draw.


drew

Boolean drew

Someone drew.


lost

Boolean lost

Someone was eliminated from play.


play

Boolean play

I turn was made.


turn

Boolean turn

A turn completed.


won

Boolean won

Someone won the game.

Method Detail

clear

void clear()

Sets all flags to false.


dispose

dispose()
Overrides:
dispose in class Class