0) Add event RECOVERED. For components that go down and then recover
themselves.

1) Extend the ComponentConfigurator/SimpleConfigurator to 

A) export methods notifyClients (event) and notifyHookedComponents (event). See
   how Dilma did

   My code for the distributedConfiguration is in
   /home/2k/dmenezes/Java/distributedConfiguration/

   My code for the Sidam application prototype is in
   /home/2k/dmenezes/s0.0/

B) Replace methods eventOnHookedComponent and eventOnClient
   by eventFromHookedComponent and eventFromClient.

   Optional: add evenFromOwnComponent.



