|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RobotModule
Method Summary | |
---|---|
void |
addModulePlugin(ModulePlugin modPlugin)
Adds a plugin to the module |
java.lang.String |
getModuleName()
Gets the name of this module. |
java.awt.Color |
getModuleStatusColor()
Gets the current status of the module as a Color object |
XMLClientHandler |
getXMLClientHandler()
Get's the underlying XMLClientHandler used by the module. |
void |
removeModulePlugin(ModulePlugin modPlugin)
Removes a plugin from the module |
void |
stopPlugins()
Stops all plugins running on the module. |
Method Detail |
---|
void addModulePlugin(ModulePlugin modPlugin)
modPlugin
- the plugin to be addedvoid removeModulePlugin(ModulePlugin modPlugin)
modPlugin
- the plugin to be removedjava.lang.String getModuleName()
java.awt.Color getModuleStatusColor()
XMLClientHandler getXMLClientHandler()
void stopPlugins()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |