Synergy Home Page

au.edu.swin.synergy.plugin.command
Class BCommandLine

java.lang.Object
  |
  +--au.edu.swin.synergy.kernel.BPlugin
        |
        +--au.edu.swin.synergy.plugin.command.BCommandLine

public class BCommandLine
extends BPlugin
implements BEnvironment

Command line plugin


Fields inherited from class au.edu.swin.synergy.kernel.BPlugin
kernel
 
Constructor Summary
BCommandLine()
           
 
Method Summary
 String getEnvironment(String key)
           
 void onBCommandEvent(Object source, BCommandEvent event)
          Please complete the missing tags for onBCommandEvent
 void setEnvironment(String key, String value)
           
 void setup(BStringList params)
          Please complete the missing tags for onBCommandEvent
 
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
 

Constructor Detail

BCommandLine

public BCommandLine()
Method Detail

setup

public void setup(BStringList params)
Please complete the missing tags for onBCommandEvent
Parameters:
-  
Returns:
 
Throws:
-  
Overrides:
setup in class BPlugin
Pre Condition:
 
Post Condition:
 

onBCommandEvent

public void onBCommandEvent(Object source,
                            BCommandEvent event)
Please complete the missing tags for onBCommandEvent
Parameters:
-  
Returns:
 
Overrides:
onBCommandEvent in class BPlugin
Pre Condition:
 
Post Condition:
 

getEnvironment

public String getEnvironment(String key)
Specified by:
getEnvironment in interface BEnvironment

setEnvironment

public void setEnvironment(String key,
                           String value)
Specified by:
setEnvironment in interface BEnvironment

Synergy Home Page