org.beanfabrics.context
Class ServiceAddedEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.beanfabrics.context.ContextEvent
          extended by org.beanfabrics.context.ServiceAddedEvent
All Implemented Interfaces:
java.io.Serializable

public class ServiceAddedEvent
extends ContextEvent

Author:
Michael Karneim
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ServiceAddedEvent(Context source, ServiceEntry serviceEntry)
           
 
Method Summary
 ServiceEntry getServiceEntry()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServiceAddedEvent

public ServiceAddedEvent(Context source,
                         ServiceEntry serviceEntry)
Method Detail

getServiceEntry

public ServiceEntry getServiceEntry()


© 2010 by Michael Karneim, http://www.beanfabrics.org