com.mlw.fps.model.manager
Interface ConsoleManager

All Known Implementing Classes:
FlatFileConsoleStub

public interface ConsoleManager

Author:
Matthew Wilson

Method Summary
 java.util.List getSupportedGames()
           
 boolean initialized()
           
 void setProperty(java.lang.String key, java.lang.String value)
           
 

Method Detail

initialized

public boolean initialized()

setProperty

public void setProperty(java.lang.String key,
                        java.lang.String value)

getSupportedGames

public java.util.List getSupportedGames()


Copyright © 2003 mlavilson. All Rights Reserved.