|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CMLibrary
This is the base interface for all CoffeeMud libraries.
Method Summary | |
---|---|
boolean |
activate()
Activates the library. |
TickClient |
getServiceClient()
If this library has a service thread, this method returns the TickClient object associated with that service. |
java.lang.String |
L(java.lang.String str,
java.lang.String... xs)
Localize an internal string -- shortcut. |
void |
propertiesLoaded()
This method is called whenever system properties are altered by the user. |
boolean |
shutdown()
Shuts down the library. |
Methods inherited from interface com.planet_ink.coffee_mud.core.interfaces.CMObject |
---|
copyOf, ID, initializeClass, name, newInstance |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Method Detail |
---|
boolean activate()
shutdown()
boolean shutdown()
activate()
void propertiesLoaded()
TickClient getServiceClient()
TickClient
java.lang.String L(java.lang.String str, java.lang.String... xs)
str
- the string to translatexs
- the array of variables to replace
Call with the string to translate, which may contain variables of the form @x1, @x2, etc. The array in xs
is then used to replace the variables AFTER the string is translated.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |