nl.coderight.jazz
Class Module

java.lang.Object
  extended by nl.coderight.jazz.Controller
      extended by nl.coderight.jazz.Module

public abstract class Module
extends Controller

Interface for modules.

See Also:
Application.installModule(Module)

Nested Class Summary
 
Nested classes/interfaces inherited from class nl.coderight.jazz.Controller
Controller.EventNotHandledException
 
Constructor Summary
Module()
           
 
Method Summary
 String getName()
           
 String getVersion()
           
abstract  void init(Application application)
           
 
Methods inherited from class nl.coderight.jazz.Controller
closeView, execute, executeController, executeTask, getApplication, getModel, getView, handleEvent, handleEvent, handleEvent, onAfterShowView, onBeforeShowView, onEventNotHandled, propagateEvent, scheduleTask, setModel, setView, showView, showView
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Module

public Module()
Method Detail

init

public abstract void init(Application application)

getName

public String getName()

getVersion

public String getVersion()


Copyright 2010 CodeRight, All rights reserved.