org.mgif.score
Interface Score


public interface Score

A recorded score.


Method Summary
 Actor getActor()
          Get the actor who recorded this score.
 int getRank()
          Get the rank of this score in the table it was taken from.
 int getValue()
          Get the value of the score.
 java.util.Date getWhenAchieved()
          Get the time and date the score was achieved.
 

Method Detail

getActor

public Actor getActor()
Get the actor who recorded this score.
Returns:
The actor.

getRank

public int getRank()
Get the rank of this score in the table it was taken from.
Returns:
The rank or -1 if not ranked.

getValue

public int getValue()
Get the value of the score.
Returns:
The value.

getWhenAchieved

public java.util.Date getWhenAchieved()
Get the time and date the score was achieved.
Returns:
When this score was recorded.


Copyright © 2002 Mobile Games Interoperability Forum. All rights reserved.
This source code is protected by the legal notice posted at http://www.mgif.org/docs/notice.html