org.apache.geronimo.blueprint.container
Class BlueprintEventDispatcher

java.lang.Object
  extended by org.apache.geronimo.blueprint.container.BlueprintEventDispatcher
All Implemented Interfaces:
BlueprintListener

public class BlueprintEventDispatcher
extends Object
implements BlueprintListener

TODO: javadoc

Version:
$Rev: 760378 $, $Date: 2009-03-31 11:31:38 +0200 (Tue, 31 Mar 2009) $
Author:
Apache Geronimo Project

Constructor Summary
BlueprintEventDispatcher(org.osgi.framework.BundleContext bundleContext)
           
 
Method Summary
 void blueprintEvent(BlueprintEvent event)
          Receives notifications of a Blueprint Event.
protected  void contextDestroyed(org.osgi.framework.Bundle bundle)
           
 void destroy()
           
protected  void sendInitialEvents(BlueprintListener listener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlueprintEventDispatcher

public BlueprintEventDispatcher(org.osgi.framework.BundleContext bundleContext)
Method Detail

sendInitialEvents

protected void sendInitialEvents(BlueprintListener listener)

blueprintEvent

public void blueprintEvent(BlueprintEvent event)
Description copied from interface: BlueprintListener
Receives notifications of a Blueprint Event. Implementers should quickly process the event and return.

Specified by:
blueprintEvent in interface BlueprintListener
Parameters:
event - The BlueprintEvent.

contextDestroyed

protected void contextDestroyed(org.osgi.framework.Bundle bundle)

destroy

public void destroy()


Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.