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
-
showControls(PrintWriter, String, String)
-
showControls generates the controls page for an event manager
-
start(PrintWriter, String, String, String)
- Takes a printwriter - and appropriately throws out a control page
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
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