org.xngr.context
Interface DocumentContextListener
- All Superinterfaces:
- java.util.EventListener, ServiceContextListener
public interface DocumentContextListener
- extends ServiceContextListener
A listener interface for document-context specific events. An implementation
of this interface will be informed about changes to the service, marker and
action lists but also about changes to the node-context list.
- Version:
- $Revision: 42 $, $Date: 2009-03-18 23:12:35 +0000 (Wed, 18 Mar 2009) $
- Author:
- Edwin Dankert
nodeContextsChanged
void nodeContextsChanged(NodeContextsChangedEvent event)
- Implementations of this method will be informed of changes to the
node-context list.
- Parameters:
event - the event describing what has changed and the type of the
change.
Copyright © 2002-2009 Edwin Dankert. All Rights Reserved.