Packageorg.granite.tide
Interfacepublic interface ITideModule

ITideModule defines the basic interface for Tide modules Tide modules just have to implement the init method which can register components, exception handlers... Tide modules are similar to the components.xml in JBoss Seam



Public Methods
 MethodDefined by
  
init(tide:Tide):void
Module initialization method
ITideModule
Method detail
init()method
public function init(tide:Tide):void

Module initialization method

Parameters
tide:Tide — the Tide singleton