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

An event which indicates that a service entry has been removed from the event source.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ServiceRemovedEvent(Context source, ServiceEntry serviceEntry)
          Constructs a ServiceRemovedEvent.
 
Method Summary
 ServiceEntry getServiceEntry()
          Returns the service entry that has been removed from this event's source.
 
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)
Constructs a ServiceRemovedEvent.

Parameters:
source -
serviceEntry -
Method Detail

getServiceEntry

public ServiceEntry getServiceEntry()
Returns the service entry that has been removed from this event's source.

Returns:
the service entry that has been removed from this event's source