biz.junginger.modules.examples
Class GUIModule

java.lang.Object
  extended bybiz.junginger.modules.util.AbstractModule
      extended bybiz.junginger.modules.examples.GUIModule
All Implemented Interfaces:
Module

public class GUIModule
extends AbstractModule

Example Module.

Subject to the MyModules Software Licence (based on the Apache Software License).
Copyright (c) 2003 Markus Oliver Junginger. All rights reserved.
http://www.junginger.biz

Version:
$Id: $
Author:
Markus Oliver Junginger

Constructor Summary
GUIModule()
           
 
Method Summary
 void moduleInit(java.util.Map modules)
          Initialization phase TWO of the module. Its individual dependencies ARE met. This is the main initialization phase and the module can use other modules, on which it depends.
 
Methods inherited from class biz.junginger.modules.util.AbstractModule
moduleDestroy, modulePrepare, moduleStart
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GUIModule

public GUIModule()
Method Detail

moduleInit

public void moduleInit(java.util.Map modules)
                throws java.lang.Exception
Description copied from class: AbstractModule
Initialization phase TWO of the module. Its individual dependencies ARE met. This is the main initialization phase and the module can use other modules, on which it depends.

Specified by:
moduleInit in interface Module
Overrides:
moduleInit in class AbstractModule
Throws:
java.lang.Exception
See Also:
Module.moduleInit(java.util.Map)