All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class tejas.IndivUserInterface

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

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

Author:
Tejas Iyer

Method Index

 o showControls(PrintWriter, String, String)
showControls generates the controls page for a individual user
 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 a individual user

Parameters:
pw - PrintWriter
userid - UserId of the Indiv participant
eventid - Event Id

All Packages  Class Hierarchy  This Package  Previous  Next  Index