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 TypeClassDescriptionclass
This 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 aGame
from 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) boolean
GameConsole.writePreferences
(Game game, String prefs) Called from the Game to write a game's preferences file.boolean
GameConsolePriv.writePreferences
(Game game, String prefs) Note use of doPrivileged.