Uses of Interface
edu.pdx.cs410J.security.Game
Packages that use Game
Package
Description
This package contains example code that demonstrates a number
    of Java's security features.
- 
Uses of Game in edu.pdx.cs410J.security
Classes in edu.pdx.cs410J.security that implement GameModifier and TypeClassDescriptionclassThis is a little guessing game that counts the number of times it takes the user to guess a number between one and ten.Methods in edu.pdx.cs410J.security that return GameModifier and TypeMethodDescriptionLoads aGamefrom a given URL.Methods in edu.pdx.cs410J.security with parameters of type GameModifier and TypeMethodDescriptionGameConsole.readPreferences(Game game) Called from the Game to read a game's preferences file.GameConsolePriv.readPreferences(Game game) booleanGameConsole.writePreferences(Game game, String prefs) Called from the Game to write a game's preferences file.booleanGameConsolePriv.writePreferences(Game game, String prefs) Note use of doPrivileged.