All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class tejas.GroupUserInterface

java.lang.Object
   |
   +----tejas.GroupUserInterface

public class GroupUserInterface
extends Object
Event Manager Interface - generates the interface page for an event manager


Method Index

 o showControls(PrintWriter, String, String)
showControls generates the controls page for an event manager
 o start(PrintWriter, String, String, String)
Takes a printwriter - and appropriately throws out a control page

Methods

 o start
 public void start(PrintWriter pw,
                   String userid,
                   String eventid,
                   String subeventid)
Takes a printwriter - and appropriately throws out a control page

Parameters:
pw - PrintWriter
userid - userid of the person logging in
eventid - Event Id
subeventid - Sub Event Id - should be null
 o showControls
 public void showControls(PrintWriter pw,
                          String userid,
                          String eventid)
showControls generates the controls page for an event manager

Parameters:
pw - PrintWriter
userid - UserId of the Gp Participant
eventid - Event Id

All Packages  Class Hierarchy  This Package  Previous  Next  Index