org.apache.aries.blueprint.sample
Class FooRegistrationListener

java.lang.Object
  extended by org.apache.aries.blueprint.sample.FooRegistrationListener

public class FooRegistrationListener
extends java.lang.Object


Constructor Summary
FooRegistrationListener()
           
 
Method Summary
 java.util.Map getProperties()
           
 void serviceRegistered(java.io.Serializable foo, java.util.Map props)
           
 void serviceUnregistered(Foo foo, java.util.Map props)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FooRegistrationListener

public FooRegistrationListener()
Method Detail

serviceRegistered

public void serviceRegistered(java.io.Serializable foo,
                              java.util.Map props)

serviceUnregistered

public void serviceUnregistered(Foo foo,
                                java.util.Map props)

getProperties

public java.util.Map getProperties()


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