Class SpaceLifecycle


public class SpaceLifecycle extends AbstractLifeCycle<SpaceLifeCycleListener,SpaceLifeCycleEvent>
Implementation of the lifecycle of spaces.
Events are dispatched asynchronously but sequentially to their listeners according to their type.
Listeners may fail, this is safe for the lifecycle, subsequent listeners will still be called.
Version:
$Revision$
Author:
Patrice Lamarque
  • Constructor Details

    • SpaceLifecycle

      public SpaceLifecycle()
  • Method Details