org.apache.aries.blueprint.sample
Class FooRegistrationListener

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

public class FooRegistrationListener
extends Object


Constructor Summary
FooRegistrationListener()
           
 
Method Summary
 void serviceRegistered(Serializable foo, Map props)
           
 void serviceUnregistered(Foo foo, 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(Serializable foo,
                              Map props)

serviceUnregistered

public void serviceUnregistered(Foo foo,
                                Map props)


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