org.beanfabrics.context
Class ContextEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.beanfabrics.context.ContextEvent
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ParentAddedEvent, ParentRemovedEvent, ServiceAddedEvent, ServiceRemovedEvent

public class ContextEvent
extends java.util.EventObject

An event which indicates that some change has occurred in a context.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ContextEvent(Context source)
          Constructs a ContextEvent object.
 
Method Summary
 
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

ContextEvent

public ContextEvent(Context source)
Constructs a ContextEvent object.

Parameters:
source - the Context that originated the event