File: Games\GamesByEmail.js

GamesByEmail
Class Move

Object
  
 
 
GamesByEmail.Move

All Implemented Interfaces:

Class


GamesByEmail.Move

implements Foundation.Class

Information about the last move.


Constructor Summary
GamesByEmail.Move()

Field Summary
Gamegame
The game object this move belongs to.
Stringlog
The log data of this move.
Numbernumber
The sequential number of this move.
Playerplayer
The player who made this move.

Method Summary
 dispose()

Methods inherited from Foundation.Class
getTypePath, isInstanceOf

Constructor Detail

Move

GamesByEmail.Move()

Field Detail

game

Game game

The game object this move belongs to.


log

String log

The log data of this move.


number

Number number

The sequential number of this move.


player

Player player

The player who made this move.

Method Detail

dispose

dispose()
Overrides:
dispose in class Class