View Javadoc
1 /* 2 * AdministrationManager.java 3 * 4 * Created on February 10, 2003, 12:21 AM 5 */ 6 7 package com.mlw.fps.model.manager; 8 9 import java.util.List; 10 11 /*** 12 * 13 * @author Matthew Wilson 14 */ 15 public interface ConsoleManager 16 { 17 public boolean initialized(); 18 public void setProperty(String key, String value); 19 20 public List getSupportedGames(); 21 }

This page was automatically generated by Maven