com.planet_ink.coffee_mud.Libraries.interfaces
Interface CMLibrary

All Superinterfaces:
java.lang.Cloneable, CMObject, java.lang.Comparable<CMObject>
All Known Subinterfaces:
AbilityMapper, AbilityParameters, AreaGenerationLibrary, AutoTitlesLibrary, CatalogLibrary, ChannelsLibrary, CharCreationLibrary, ClanManager, CMFlagLibrary, CMMiscUtils, ColorLibrary, CombatLibrary, CommonCommands, DatabaseEngine, DiceLibrary, EnglishParsing, ExpertiseLibrary, ExpLevelLibrary, ExternalHTTPRequests, FactionManager, GenericBuilder, GenericEditor, HelpLibrary, I3Interface, ItemBalanceLibrary, JournalsLibrary, LanguageLibrary, LegalLibrary, ListingLibrary, MaskingLibrary, MaterialLibrary, MoneyLibrary, PlayerLibrary, PollManager, QuestManager, SessionsList, ShoppingLibrary, SlaveryLibrary, SMTPLibrary, SocialsList, StatisticsLibrary, TelnetFilter, TextEncoders, ThreadEngine, TimeManager, TrackingLibrary, WorldMap, XMLLibrary
All Known Implementing Classes:
AutoTitles, BeanCounter, CharCreation, Clans, CMAble, CMAbleParms, CMCatalog, CMChannels, CMColor, CMEncoder, CMGenEditor, CMJournals, CMLister, CMMap, CMPlayers, CoffeeFilter, CoffeeLevels, CoffeeMaker, CoffeeShops, CoffeeTables, CoffeeTime, CoffeeUtensils, ColumbiaUniv, CommonMsgs, DBInterface, Dice, DirtyLanguage, EnglishParser, Factions, IMudClient, MUDFight, MUDHelp, MUDLaw, MUDPercolator, MUDTracker, MUDZapper, Polls, ProcessHTTPrequest, Quests, RawCMaterial, Sense, ServiceEngine, Sessions, SlaveryParser, SMTPclient, Socials, StdLibrary, TimsLibrary, XMLManager

public interface CMLibrary
extends CMObject


Method Summary
 boolean activate()
           
 ThreadEngine.SupportThread getSupportThread()
           
 void propertiesLoaded()
           
 boolean shutdown()
           
 
Methods inherited from interface com.planet_ink.coffee_mud.core.interfaces.CMObject
copyOf, ID, initializeClass, newInstance
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

activate

boolean activate()

shutdown

boolean shutdown()

propertiesLoaded

void propertiesLoaded()

getSupportThread

ThreadEngine.SupportThread getSupportThread()