All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class tejas.InterfaceObjects

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

public class InterfaceObjects
extends Object
This class has static instances of an EventManager Interface, a SubEventManagerInterface, an IndividualUserInterface and a GroupUserInterface.

This is done so that methods which require these objects can refer to them directly.


Variable Index

 o emi
Event Manager Interface object
 o gui
An Sub Event Manager Interface object
 o iui
An Sub Event Manager Interface object
 o smi
An Sub Event Manager Interface object

Constructor Index

 o InterfaceObjects()

Variables

 o emi
 public static EventManagerInterface emi
Event Manager Interface object

 o smi
 public static SubEventManagerInterface smi
An Sub Event Manager Interface object

 o iui
 public static IndivUserInterface iui
An Sub Event Manager Interface object

 o gui
 public static GroupUserInterface gui
An Sub Event Manager Interface object

Constructors

 o InterfaceObjects
 public InterfaceObjects()

All Packages  Class Hierarchy  This Package  Previous  Next  Index