org.xngr.context
Class NodeContextsChangedEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.xngr.context.ServiceContextEvent
          extended by org.xngr.context.NodeContextsChangedEvent
All Implemented Interfaces:
java.io.Serializable

public class NodeContextsChangedEvent
extends ServiceContextEvent

Event which indications that a node-context has been added or removed to/from the list.

Version:
$Revision$, $Date$
Author:
Edwin Dankert
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.xngr.context.ServiceContextEvent
ServiceContextEvent.Type
 
Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Method Summary
 NodeContext getNodeContext()
           
 
Methods inherited from class org.xngr.context.ServiceContextEvent
getContext, getType
 
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
 

Method Detail

getNodeContext

public NodeContext getNodeContext()
Returns:
the node-context described by this event.


Copyright © 2002-2009 Edwin Dankert. All Rights Reserved.