Synergy Home Page

au.edu.swin.synergy.plugin.client
Class BClient

java.lang.Object
  |
  +--au.edu.swin.synergy.kernel.BPlugin
        |
        +--au.edu.swin.synergy.plugin.client.BClient

public class BClient
extends BPlugin
implements Runnable

Client side network plugin

Requirement/analysis/design Reference:
Tristans Book

Fields inherited from class au.edu.swin.synergy.kernel.BPlugin
kernel
 
Constructor Summary
BClient()
           
 
Method Summary
 BStringList getDependancies()
          Return a list of plugin dependancies This is currently not used by the kernel
 void onBCommandEvent(Object source, BCommandEvent event)
          Please complete the missing tags for onBCommandEvent
 void run()
           
 void setup(BStringList params)
          Please complete the missing tags for setup
 
Methods inherited from class au.edu.swin.synergy.kernel.BPlugin
dispatchEvent, dispatchEventAndWait, dispatchEventServer, dispatchEventServerAndWait, dispatchEventTo, dispatchEventToAndWait, getKernel, setKernel, setup, unload
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BClient

public BClient()
Method Detail

getDependancies

public BStringList getDependancies()
Return a list of plugin dependancies This is currently not used by the kernel
Returns:
a list of plugins such as "au.edu.swin.synergy.plugin.mod13.BWindowManager" or null if there are no dependancies
Overrides:
getDependancies in class BPlugin

setup

public void setup(BStringList params)
Please complete the missing tags for setup
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:
 
Throws:
-  
Overrides:
onBCommandEvent in class BPlugin
Pre Condition:
 
Post Condition:
 

run

public void run()
Specified by:
run in interface Runnable

Synergy Home Page