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 function init(tide:Tide):void
Module initialization method
Parameters
| tide:Tide — the Tide singleton
|