Synergy Home Page

au.edu.swin.synergy.plugin.roomgui
Class BRoomGui

java.lang.Object
  |
  +--au.edu.swin.synergy.kernel.BPlugin
        |
        +--au.edu.swin.synergy.plugin.roomgui.BRoomGui

public class BRoomGui
extends BPlugin

Room Client/GUI


Fields inherited from class au.edu.swin.synergy.kernel.BPlugin
kernel
 
Constructor Summary
BRoomGui()
           
 
Method Summary
 void doChangeRoom()
          Please complete the missing tags for doChangeRoom
 BChatUser getCurrentUser()
          Please complete the missing tags for getCurrentUser
 void onBCommandEvent(Object source, BCommandEvent event)
          Please complete the missing tags for onBCommandEvent
 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, 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

BRoomGui

public BRoomGui()
Method Detail

getCurrentUser

public BChatUser getCurrentUser()
Please complete the missing tags for getCurrentUser
Parameters:
-  
Returns:
 
Pre Condition:
 
Post Condition:
 

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:
 

doChangeRoom

public void doChangeRoom()
Please complete the missing tags for doChangeRoom
Parameters:
-  
Returns:
 
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:
 

Synergy Home Page