au.edu.swin.synergy.plugin.test2
Class BPluginTest2
java.lang.Object
|
+--au.edu.swin.synergy.kernel.BPlugin
|
+--au.edu.swin.synergy.plugin.test2.BPluginTest2
- public class BPluginTest2
- extends BPlugin
- implements BOnCommand
Fields inherited from class au.edu.swin.synergy.kernel.BPlugin |
kernel |
Methods inherited from class au.edu.swin.synergy.kernel.BPlugin |
dispatchEvent,
dispatchEventAndWait,
dispatchEventServer,
dispatchEventServerAndWait,
dispatchEventTo,
dispatchEventToAndWait,
getDependancies,
getKernel,
setKernel,
setup,
unload |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
BPluginTest2
public BPluginTest2()
getHelp
public String getHelp(BStringList params)
- Please complete the missing tags for getHelp
- Specified by:
- getHelp in interface BOnCommand
- Parameters:
- - Returns:
-
- Pre Condition:
-
- Post Condition:
-
setup
public void setup(BStringList params)
- Please complete the missing tags for setup
- Parameters:
- - Returns:
-
- Throws:
- BPluginTest2.TestPanel -
- Overrides:
- setup in class BPlugin
- Pre Condition:
-
- Post Condition:
-
onCommand
public int onCommand(BStringList params,
InputStream in,
PrintStream out)
- Please complete the missing tags for onBCommandEvent
- Specified by:
- onCommand in interface BOnCommand
- Parameters:
- - Returns:
-
- Throws:
- BPluginTest2.TestPanel -
- Pre Condition:
-
- Post Condition:
-
onBCommandEvent
public void onBCommandEvent(Object source,
BCommandEvent event)
- Overrides:
- onBCommandEvent in class BPlugin