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.
-
emi
- Event Manager Interface object
-
gui
- An Sub Event Manager Interface object
-
iui
- An Sub Event Manager Interface object
-
smi
- An Sub Event Manager Interface object
-
InterfaceObjects()
-
emi
public static EventManagerInterface emi
- Event Manager Interface object
smi
public static SubEventManagerInterface smi
- An Sub Event Manager Interface object
iui
public static IndivUserInterface iui
- An Sub Event Manager Interface object
gui
public static GroupUserInterface gui
- An Sub Event Manager Interface object
InterfaceObjects
public InterfaceObjects()
All Packages Class Hierarchy This Package Previous Next Index