|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ModulePlugin
Method Summary | |
---|---|
void |
doUpdate()
Called by parent module regularly every second by default. |
javax.swing.JPanel |
getJPanel()
Return the visual representation of your plugin here. |
java.lang.String |
getPluginName()
Gets the name of your plugin. |
void |
setXMLClientHandler(XMLClientHandler handler)
Offers the handler to your plugin. |
void |
startPlugin()
Called by the parent module to start a plugin. |
void |
stopPlugin()
Called by the parent module during cleanup process when the module or entire applet is closed. |
Method Detail |
---|
void setXMLClientHandler(XMLClientHandler handler)
handler
- the XMLClientHandler object sent from the Modulejava.lang.String getPluginName()
javax.swing.JPanel getJPanel()
void startPlugin()
void stopPlugin()
void doUpdate()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |