org.beanfabrics.context
Class ServiceRemovedEvent

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

public class ServiceRemovedEvent
extends ContextEvent

Author:
Michael Karneim
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ServiceRemovedEvent(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

ServiceRemovedEvent

public ServiceRemovedEvent(Context source,
                           ServiceEntry serviceEntry)
Method Detail

getServiceEntry

public ServiceEntry getServiceEntry()


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