org.apache.geronimo.blueprint.container
Class BlueprintEventDispatcher
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BlueprintEventDispatcher
public BlueprintEventDispatcher(org.osgi.framework.BundleContext bundleContext)
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.