com.mlw.fps.model.business.bo.stubs
Class FlatFileConsoleStub

java.lang.Object
  |
  +--com.mlw.fps.model.business.bo.stubs.FlatFileConsoleStub
All Implemented Interfaces:
ConsoleManager

public class FlatFileConsoleStub
extends java.lang.Object
implements ConsoleManager

Author:
Matthew Wilson

Constructor Summary
FlatFileConsoleStub()
          Creates a new instance of DefaultConsoleManager
 
Method Summary
 java.util.List getSupportedGames()
           
 boolean initialized()
           
 void setProperty(java.lang.String key, java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlatFileConsoleStub

public FlatFileConsoleStub()
Creates a new instance of DefaultConsoleManager

Method Detail

initialized

public boolean initialized()
Specified by:
initialized in interface ConsoleManager

setProperty

public void setProperty(java.lang.String key,
                        java.lang.String value)
Specified by:
setProperty in interface ConsoleManager

getSupportedGames

public java.util.List getSupportedGames()
Specified by:
getSupportedGames in interface ConsoleManager


Copyright © 2003 mlavilson. All Rights Reserved.