Uses of Class
venice.AppModule

Uses of AppModule in venice
 

Fields in venice declared as AppModule
(package private)  AppModule Applet.mAppModule
          Reference to the AppModule instance created by this Applet.
private static AppModule Command.stAppModule
          A class variable to hold a reference to the current instance of AppModule.
 

Methods in venice that return AppModule
protected static AppModule Command.getAppModule()
          Returns a reference to the saved stAppModule class variable.
 

Methods in venice with parameters of type AppModule
static void Command.setAppModule(AppModule inAppModule)
          Takes the given object and puts a reference to that in the stAppModule class variable.