Package net.sf.colossus.common
Interface OptionObjectProvider
-
- All Known Implementing Classes:
Client
public interface OptionObjectProvider
Someone to ask for an (I)Options object. Kind of temporary solution to get rid of direct dependency to Client or Server; sometimes the actual object can not (easily) be passed in already at creation time of a "options-needer" because the options are actually instantiated (and/or synchronized from server to client) later. TODO using options listeners instead would probably be a better solution, but I don't dare to go that far yet...- Author:
- Clemens Katzer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IOptions
getOptions()
-
-
-
Method Detail
-
getOptions
IOptions getOptions()
-
-